cute-jumper / plasma-rss-indicator

RSS indicator for Plasma 5
GNU General Public License v3.0
9 stars 1 forks source link

Tray icon from Plasma Theme #7

Open varlesh opened 7 years ago

varlesh commented 7 years ago

On Breeze available icon for akregator. Will be cool use this icons for plasma-rss-indicator: image

cute-jumper commented 7 years ago

Thanks! I don't us akregator, but will it display a status icon while it is running? If so, I'm afraid it could possibly cause confusions if we have both plasma-rss-indicator and akregator running at the same time.

varlesh commented 7 years ago

Ok, maybe we create monochrome icon with support KDE color scheme? https://techbase.kde.org/Development/Tutorials/Plasma5/ThemeDetails#Colors

PS: On KDE mostly widget use monochrome color, will be good if Rss Indicator use this too.

varlesh commented 7 years ago

I can draw monochrome SVG icon

cute-jumper commented 7 years ago

That would be cool! I have no knowledge in designing anyway. Will be happy to see a better icon for the widget.

varlesh commented 7 years ago

rss-indicator.tar.gz

varlesh commented 7 years ago

@cute-jumper See, this icons have CSS-style, by default use Breeze colors: image

varlesh commented 7 years ago

Blue square for number indicator messages... i know it's small )) but maybe we can made another style... need think about that

varlesh commented 7 years ago

CODE:

<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1">
 <defs>
  <style id="current-color-scheme" type="text/css">
   .ColorScheme-Text { color:#4d4d4d; } .ColorScheme-Highlight { color:#3daee9; }
  </style>
 </defs>
 <path style="fill:currentColor" class="ColorScheme-Text" d="M 5 3 C 3.892 3 3 3.892 3 5 L 3 17 C 3 18.108 3.892 19 5 19 L 17 19 C 18.108 19 19 18.108 19 17 L 19 5 C 19 3.892 18.108 3 17 3 L 5 3 z M 5 5 C 11.222222 5 14.460995 7.2049917 15.884766 9.9101562 C 17.308537 12.615321 17 15.611111 17 17 L 15 17 C 15 15.388889 15.191463 12.884679 14.115234 10.839844 C 13.039005 8.795008 10.777778 7 5 7 L 5 5 z M 5 9 C 8.9108237 9 11.129684 10.132193 12.158203 11.863281 C 13.186722 13.59437 13 15.5516 13 17 L 11 17 C 11 15.4484 11.044835 13.90563 10.439453 12.886719 C 9.8340713 11.867807 8.5535723 11 5 11 L 5 9 z M 7.0019531 13 C 8.106288 13 8.9993407 13.896324 9 15 C 9 16.104994 8.106288 17 7.0019531 17 C 5.8949809 17 5 16.104994 5 15 C 5 13.896324 5.8949809 13 7.0019531 13 z"/>
</svg>
varlesh commented 7 years ago

maybe this: image rssindicator-new-messages2.tar.gz

varlesh commented 7 years ago

Fixes colors: rssindicator.tar.gz Preview: image On Plasma: image

cute-jumper commented 7 years ago

Cool! Thanks for making the icons. Currently I'm not able to test it. I'll try to see whether the new icons fit well next week. Thank you!

varlesh commented 7 years ago

Another style: image ui.tar.gz

cute-jumper commented 7 years ago

Thanks! Right now I'm doing a major code refactoring, so it may take some time to use the new icons.

alekksander commented 6 years ago

are these integrated into the app already? :) a bit off topic: is the envelope con on attached screenshot kmail, or something else?

MirceaKitsune commented 2 years ago

I was also wondering it would be possible to allow setting the service as an icon in the system tray: That would be useful for those of us who prefer it there instead of adding it to the panel as its own widget. I did that with my own RSS widget once; I believe it's just a setting in the widget config to spawn a system tray service as well when the widget is installed.