numix-core
numix-core copied to clipboard
Added winbox icons
Fixes #5740
Original icon | Circle icon | Square icon |
---|---|---|
![]() |
![]() |
![]() |
That app running under wine and need some hardcore fixes, cause most .desktop files are have
...
Icon=/usr/share/pixmaps/winbox64.png
StartupWMClass=winbox64.exe
...
or just:
...
Icon=/usr/share/pixmaps/winbox.png
StartupWMClass=winbox.exe
...
Also, replacing /usr/share/pixmaps/winbox.png
works. My dockbar app called "plank" shows new icon properly (here how it looks like):
But xfce4-panel looks like this (tried many different combinations with png\svg replacement but seems wine didn't eat ico properly and shows hardcoded into .exe):
btw that are not big problem at all, because in my dock now everything is in harmony with square icons. :-)
How come the circle icon seems to have a smaller "greener" circle inside? shouldn't it be all 1 color?
Something like this maybe?
64 | 32 | 16 |
---|---|---|
![]() |
![]() |
![]() |
The shadow looks to thick IMO
source svg
From distance the symbol looks a bit big. It should fit inside a 30px X 30px circle (like the one in the template files).
The crescent shapes should be composed by means of a path difference of 2 circles and need to be aligned to the pixel grid. Can you open a new PR?
Closing in favour of #5777.