bilelmoussaoui / nautilus-folder-icons

Change your nautilus directories icons easily!
GNU General Public License v3.0
102 stars 11 forks source link

Let the category icon be independent of the folder icon #26

Closed samgundel closed 6 years ago

samgundel commented 6 years ago

It would be nice if the category subicon (e.g. the gear, or gitlab symbol) could be applied to any folder icon. In this way, whatever chosen "theme" (red, blue, orange) could maintain its subicons (settings, gitlab, etc.).

bilelmoussaoui commented 6 years ago

That's sadly not possible. The icons can be a bitmap (png) and there's no easy way to merge the simple folder icon with the symbol of the other one.

samgundel commented 6 years ago

I will think about it a bit more, one way would be to use font-awesome's icons on top of any user folder icon. It might be that we manually would need to compose a new icon theme for it (perhaps using imagemagick?). If only I could find the time to code this :)

bilelmoussaoui commented 6 years ago

@jambuu It's just tooooo hard to do that I don't plan to spend my time on that. You have to take care of each icon extension (.xpm, .png, .svg, .jpg...). Too complex for a Nautilus extension. Already thought about this before, just to automate few things with Numix icon theme and it wasn't even possible as you can't get the perfect position to put the icon on it, the right colors to use and other small issues that make this "an impossible task". Closing as I don't plan to work on this.