
Crimson
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
ShadowBelmolve
11 years ago
Report
Kalvitor
12 years ago
So i was wondering if you could fix that or tell me how to use that to my advantage cause i'm a new linux user and i'm trying to learn as much as i can so i don't have to keep doing this.
THANK YOU SO MUCH!
Report
downdiagonal
12 years ago
Report
1945ii
12 years ago
Report
downdiagonal
12 years ago
I have a little script that will replace all the folder icons in a theme at once.
Quote:
#!/bin/bash
convert -geometry 128x128 -sharpen 0x.4 $1 ./128x128/places/$2
convert -geometry 64x64 -sharpen 0x.4 $1 ./64x64/places/$2
convert -geometry 48x48 -sharpen 0x.4 $1 ./48x48/places/$2
convert -geometry 32x32 -sharpen 0x.4 $1 ./32x32/places/$2
convert -geometry 22x22 -sharpen 0x.4 $1 ./22x22/places/$2
convert -geometry 16x16 -sharpen 0x.4 $1 ./16x16/places/$2
exit 0
Install Oxygen Refit Black and create a text file in the directory ~/.kde4/share/icons/OxygenRefit2-black-version . (Note that this may be under your ~/.kde directory.) Save it as places and make it executable. Drop Generic.png from Aquave Aluminum in the same directory and run the script like this: ./places Generic.png folder.png
I hope this is clear enough. Let me know if you have any trouble.
Report
1945ii
12 years ago
Report
MAKId
12 years ago
Report
downdiagonal
12 years ago
Report