-
-
Notifications
You must be signed in to change notification settings - Fork 198
Follow pattern for monochromatic systray icon #352
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
Comments
Whats the expectation here? We have only one ksnip icon. For other icons we have dark and light versions but for the application icon there is only one. Maybe someone needs to design a light version? |
Yes. A monochromatic version just like the other icons in the photo I sent.
So, let's just wait for some designer to do that job. ^_^ Thanks |
The only designer working on the project is me and I'm not a designer 🤣 |
Hey, All credits are from user @Manueljlin and @noahdvs of the @vdgmainroom group on telegram.
|
Good start, but I would prefer something mosaic like we have it currently. Maybe same mosaic but replacing the colors with lighter and darker white or gray colors? |
I don't think that'll work very well at small icon sizes. It might barely pass at 22x22. |
Not sure why, but every time I try to upload a picture of an icon, GitHub makes it look blurry as hell. |
🙄 and of course GitHub doesn't let me upload SVGs either. This one is 16x16, based on what was in the archive file posted above. |
Make a screenshot with ksnip and copy paste it here? |
When you actually open up the SVG, it's as crisp as you can possibly get it. Or open the picture in another tab. |
Actually doesn't look blurry to me. |
Oh silly me. It's because my browser is zoomed in to 110% |
Note: I forgot to redo the stylesheets for the SVG I posted, so that icon isn't 100% ready to be used and Plasma's system tray actually uses 22x22 icons by default. I'm currently a bit busy with other projects, so I can't spend a lot of time on this, but there are some instructions for optimizing icons and adding stylesheets so that the icon can match the user's color scheme: https://community.kde.org/Guidelines_and_HOWTOs/Icon_Workflow_Tips |
This only means that issue #381 was closed. I'm not sure if I get what your screenshot is showing? Is this an icon drawn by you? |
Thanks, how does it look with spaces filled? Do we need the background or can we keep it transparent for mono? |
Two screenshots 1 of images in Inkscape and other of Panel @ 28 px. Last two in panel are transparent background. |
Yes below are some images. Works easier if you don't mind slightly rounded corners that don't show in sizes used. Easy to change fill, transparency, stroke width (am using Inkscape). Black is representing transparent and Error Example shows reason for Round join versu Miter join which then makes changing stroke width a breeze. |
Thanks for providing so many examples, it looks like you invested a lot of time, interesting to see some alternatives. I don't mind the rounded corners, seems good to me. I don't like the thick stroke, the thinner look nicer for me. Mono Gray Transparent and mono colored transparent look nice, I think does are my favorites currently. What we could also try is instead of filled with gray or color, trying to fill white. Other application icons in mono seem to be also made just of one color, how would that look. |
Ok some more examples and instructions (Apologize for not using Ksnip in all images :-) ) |
If you're making images that are meant to be viewed on a screen, don't use real world units of measurement. Always use |
I'm back. Took note of @noahadvs. My problem is didn't understand systray distinction. Using MATE and different sizes showed up fine in my panels. Has Indicator Applet Complete and when I told VLC Player to place icon in system tray it showed up there. When I changed panels to 16 icons looked ok but systray were small while icons in panels were still fine. Wouldn't know how to test. But I did rework them and in deference to @noahadvs (I only use inch, not mm or px.) on screen determined that stroke limits would be limited to between 0.320px and 1.020px for the stroke width. Do not have a way to test as actual system tray icon but can provide some sample pngs if you wish or you can modify your base svg using above procedures on the 450px icon and applying the strokes within the limits and then resize down to 16px. Note gray is arbitrarily set to 30% which can be changed in each triangle. |
Thanks to Damir and noahadvs. Been playing for awhile and better understand. On image of panel the clock icon does switch from black shade in white panel and white shaded if I switch to a theme with dark panel. On my system icon is at /usr/share/icons/mate/scalable/status/file-name.svg. Opening it is 13x15 px composed of paths with colors RGB 190. ksnip icon doesn't seem to scale past a certain point but am using appimage so system may not be aware. (was looking in source icons folder and is ksnip.icns the scaleable icon when installed in system vs appimage? Checked multiple status icons and they seem to follow with RGB 190 color (probably better looking than pure white?) and in case of attached image they change the color of arcs by reducing the opacity. (Note tried it but doesn't work due to overlaping of triangles) But it doesn't show unless I change icons used in my chosen theme. With icon set I use it shows a speaker in place of below image. The two k's were done in Inkscape using ksnip.svg from source. Page size 16x16px, background for visibility RGB 80, stroke and fill colors solid RGB190 Join:Round join, stroke .052px. For colored same, just stroke color to RGB190. Group size to 15x15px, center to page and ungroup, save as desired. This is if you have a way to test the finished icon in program somehow. I don't have that knowledge. |
Done, you should see now an icon that follows the mono pattern. |
in dark themes, the ksnip icon does not follow the pattern of the others
The text was updated successfully, but these errors were encountered: