numixproject / numix-folders

Alternate folders for use with our base icon theme.
GNU General Public License v3.0
151 stars 26 forks source link

Adding new folders #78

Open bilelmoussaoui opened 9 years ago

bilelmoussaoui commented 9 years ago

Hello , I just wanted to ask if you are going to add some new folders?

Thank you for your awesome work !! and i guess this will not be as hard to do as before.

andia89 commented 9 years ago

The first two are already there!

bilelmoussaoui commented 9 years ago

@wa4557 i found only Steam folder, can you please give me the filename of the second one?

andia89 commented 9 years ago

*-folder-vm.svg

bilelmoussaoui commented 9 years ago

Thank you ;)

Foggalong commented 9 years ago

GitHub is a wontfix because it's a bit too specific - we do have Projects and System folders though :) the other are doable though won't be a priority to fulfil. but same as always we'll accept community contributions for any of them!

andia89 commented 9 years ago

I still want to have and do a books folder. But its a tedious work :(

andia89 commented 9 years ago

I made book folders cf #79. Since this a hell lot of work I won't make any more :( so if anyone wants to make the movie/series folder fine but since we already have a video folder I suppose this might as well be a wontfix

bilelmoussaoui commented 9 years ago

Well, thank you very much for your hardwork :smile_cat: maybe somebody from the community will want to make the others.

palob commented 9 years ago

Now with the custom colour switching implemented in the script are the coloured svgs still needed? Couldn't we have the predefined colours defined in a csv and have the script create the svgs?

Foggalong commented 9 years ago

The coloured SVGs are needed for Folder-Color support, so no unfortunately :(

palob commented 9 years ago

Ah OK, but at least when doing new folders the coloured ones could be created using the script.

Foggalong commented 9 years ago

It gets a bit complicated if you want to generate some icons from one colour but not others. You could use the script to generate them in the first place but they'd need to stay in the theme afterward

palob commented 9 years ago

Yep, that's what I meant.

Foggalong commented 9 years ago

ooop! sorry, I gotya :P

bilelmoussaoui commented 8 years ago

I added Recording folder! if you're a student like me, i do use the gnome recording application to record some courses! helps me a lot

ghost commented 8 years ago

Would it be possible to add a GOG Games folder ?

It could be a simple folder with the GOG.com logo on it, much like the Steam folder.

Foggalong commented 8 years ago

Yeah, but same as for the others only by user contribution. Too niche to cover otherwise

Jacajack commented 7 years ago

Hi everyone! I recently came up with an idea, that I'd be nice to have some folders with mime-type based symbols. For example one for C code, and one for JavaScript, and so on...

This is what I mean: selection_815 I made this yesterday, in like 2 minutes, without any guideline, that's why it's ugly

I can create and contribute some of those, if you think the idea makes sense.

Also, what about colors? Is there some script that generates colorful icons available, or should I create mine? (I found some custom-folder-*.svg icons, I assume those are the base ones)

Ok, I found it :stuck_out_tongue_closed_eyes:

andia89 commented 7 years ago

I guess new folders are ok (and welcome probably) :) Be warned though this is a LOT of work (I actually started to add a new folder and gave up halfway through it. The problem is, that in order to get them merged you need to provide a lot of different sizes (16px, 22px, 24px, 32px, 48px, 64px) and 6 different styles makes a total of 36 distinct icons each aligned to pixel grid.

Then you also need a lot of different colors (this can be scripted though)

So yeah, new folders are cool, but a lot of work

Jacajack commented 7 years ago

Oh, I didn't realize it's that much work...

Maybe it would be possible to rescale icons with some other script, then only align the symbols in Inkscape? And I believe script for copying symbols over different styles would be useful.

I can try to do this, if that way of developing icons is acceptable ;)

palob commented 7 years ago

You don't need a script for resizing the icons, the folders itself are already present for all sizes :)

Jacajack commented 7 years ago

I meant to say, script for rescaling the new symbols themselves :)

So, what about this?

I think that would make the process a little bit easier, than manually rescaling and copying symbols 36 times.

Jacajack commented 7 years ago

Ok, so I made a prototype...

This is how it works:

[
    ["base/48/custom-folder.svg", "symbols/48.svg", "icons/48/custom-folder-test.svg"]
]

What do you think about this?

Here's code: https://gist.github.com/Jacajack/f1f065c49ce3cae9cf6cc9d85426c9fe By the way, I'd like to officially announce that I'm going to hell, because I'm parsing SVG files with regular expressions... So, if are Perl programmer, do not go there.

Foggalong commented 7 years ago

If you can get it to work reliably so that the quality is still there, I'd be happy to merge additional folder designs into the repo.

Foggalong commented 4 years ago

Added Android into the list following the closure of #193