numixproject / numix-core

Builder for App Icon Themes
GNU General Public License v3.0
766 stars 146 forks source link

Added winbox icons #5742

Closed cuzrawr closed 1 year ago

cuzrawr commented 3 years ago

Fixes #5740

Original icon Circle icon Square icon
winbox64 circlenumixwinbox squarenumixwinbox

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): dockWorks111222

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): buggedOne233344

btw that are not big problem at all, because in my dock now everything is in harmony with square icons. :-)

ramonGonzEdu commented 2 years ago

How come the circle icon seems to have a smaller "greener" circle inside? shouldn't it be all 1 color?

ingria commented 2 years ago

Something like this maybe?

64 32 16

The shadow looks to thick IMO

source svg ![winbox_compressed](https://user-images.githubusercontent.com/2178368/154866240-49d2ccce-4272-4f14-89b4-3315168635c1.svg)
palob commented 2 years ago

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?

palob commented 1 year ago

Closing in favour of #5777.