Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tray icon from Plasma Theme #7

Open
varlesh opened this issue Sep 3, 2017 · 15 comments
Open

Tray icon from Plasma Theme #7

varlesh opened this issue Sep 3, 2017 · 15 comments

Comments

@varlesh
Copy link

varlesh commented Sep 3, 2017

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

@cute-jumper
Copy link
Owner

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
Copy link
Author

varlesh commented Sep 5, 2017

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
Copy link
Author

varlesh commented Sep 5, 2017

I can draw monochrome SVG icon

@cute-jumper
Copy link
Owner

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

@varlesh
Copy link
Author

varlesh commented Sep 5, 2017

rss-indicator.tar.gz

@varlesh
Copy link
Author

varlesh commented Sep 5, 2017

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

@varlesh
Copy link
Author

varlesh commented Sep 5, 2017

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

@varlesh
Copy link
Author

varlesh commented Sep 5, 2017

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
Copy link
Author

varlesh commented Sep 5, 2017

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

@varlesh
Copy link
Author

varlesh commented Sep 5, 2017

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

@cute-jumper
Copy link
Owner

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
Copy link
Author

varlesh commented Sep 19, 2017

Another style:
image
ui.tar.gz

@cute-jumper
Copy link
Owner

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

@alekksander
Copy link

alekksander commented Mar 10, 2018

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

@MirceaKitsune
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants