
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
Here is small update for gnome colors.
##### Gnome-brave custom extras#######
Custom extras are for gnome brave (since there are blue folders in some images)
Added some Wicd, Synaptic, Mplayer (Shiki Theme), Icedove, Iceweasel, Firefox, Isomaster, GDM theme and maybe some other icons... I Dont remember :)
##### Gnome-colors-patch script ########
How does this script works? Well it will link many gnome-colors icons into new icons. Just open script and change
icons="/usr/share/icons/gnome-brave"
into your gnome-colors set (if you use wise then yo will use: icons="/usr/share/icons/gnome-wise" etc.)
Just start script (as superuser) and it will patch the default set.
I must mention that i use this script for Zenwalk 6.0 and it covers ALL default icons and many Dreamlinux icons. As for Xubuntu i t covers all default xubuntu icons.
If you want to gnome-colors covers ALMOST all system application icons you will have to paste next thing in terminal (as superuser):
cd /usr/share/applications
for f in *; do
original=`cat $f | grep -w "Icon=*" | tr "=" " " | tr "/" " "`
change=`echo ${original##* } > ./temp`
sed -i '/Icon=*/d' $f
echo "Icon=`cat ./temp`" >> $f
rm -f ./temp; done
It will replace all custom Icon paths in /usr/share/applications with regular icon name.
Icon=/usr/share/pixmaps/geany.xpm will become Icon=geany.xpm
######## Gnome patch script ##########
It patches gnome icon set and creates some new icons. Usefull for full support with gnome-colors set ;)
Just start script as superuser :)
######## TEST icons script ##########
I uploaded my test-icons script that is usefull for icon testing. It will create many empty files with extensions in ~/test-icons ! Just start script and go to ~/test-icons. There you can see how good is icon set that is curentlly active on your pc. With gnome-colors-patch and gnome-patch you get some extra iso icons (cue), Backup icons (bak and *.~), calendar, flash vide icon (flv)...
####### Build wicd icons ########
Script for creating wicd icons. You will need 4 icons for this patch: "bad-signal.png", "low-signal.png", "good-signal.png" and "high-signal.png". Just copy those 4 icons into some dir and put this script in that dir (with thoose icons). Start script as regular user.
Copy created icons to /usr/share/pixmaps/wicd
NOTE: This script will create all icons but icons for no-signal, wicd, wired and other PNGs you will have to provide by yourself ;)
11 years ago
check out mplayer theme for shiki brave:
- http://www.gnome-look.org/content/show.php/mplayer+shiki+brave+with+gc+brave+icons?content=100831
Also there is theme for openbox 3:
- http://www.box-look.org/content/show.php/Openbox+Shiki+Brave?content=100832
One step closer to perfect desktop :)
11 years ago
check out mplayer theme for shiki brave:
- http://www.gnome-look.org/content/show.php/mplayer+shiki+brave+with+gc+brave+icons?content=100831
Also there is theme for openbox 3:
- http://www.box-look.org/content/show.php/Openbox+Shiki+Brave?content=100832
One step closer to perfect desktop :)
lancerocke
11 years ago
how do i reverse this?
my firefox icon is even gone
Report
alcalde84
11 years ago
Thanks!
Report
djura-san
11 years ago
openbox theme: Tango
Sorry, there are no metacity on screen :)
I Used openbox when i posted picture.
Report
Necroplasm
12 years ago
Just unzip the downloaded archive into your .icons-directory and it'll be just fine.
Report
Necroplasm
12 years ago
Instead of upload a part of your icons in /usr/share, you should consider creating an index-file (it's a normal text-file) containing the links to your icons and their sizes, then put it together to install them into /home/$user/.icons.
Report