


Icon Sub-Sets by spg76 25 comments
copy Faenza-Dark from /usr/share/icons to your local icon folder, say /home/yourname/.icons
edit index.theme, change these lines:
Name=Faenza-Variants-Dark
Inherits=Faenza-Variants,Humanity-Dark,ubuntu-mono-dark,gnome
There you go ... faenza-variants-dark ^^ - Nov 10 2010
I realized something strange happen. It happen when I use your app to change the color (I'm using Humanity-Colors package), changed it into orange scheme. At first I know that MagIcons create a new iconset called MagIcon on the ~/.icon folder. But then all my Humanity Icon (the default one from Ubuntu) changed into orange scheme (all by means of Humanity, Humanity-Dark, Ubuntu-mono, Ubuntu-mono-dark). I tried to remove all the icons from ~/.icons and reinstall the Humanity and Ubuntu-mono icons but no use, they all coming back to orange scheme. Is this because of the application? Is there any configuration file that could I delete to revert the changes?
I attach the samples on:
http://img291.imageshack.us/img291/4278/screenshotcustomizethem.png - May 07 2010

GTK2 Themes by golan 37 comments
http://img199.imageshack.us/img199/381/whatiwants.jpg
Thanks ^^ - Jan 26 2010

GTK2 Themes by golan 37 comments
Is there anything I should change in the gtkrc?
Thanks - Jan 25 2010

Full Icon Themes by sora 45 comments

Full Icon Themes by perfectska04 824 comments
I've been waiting for the folder icon redesign, and now you did it. Thanks for it dude, keep it straight (I mean the folder icon, I didn't like the way the folder is curved in previous release ^^)
Keep it up man ... - Sep 25 2009

GTK2 Themes by techwizrd 8 comments

GTK2 Themes by perfectska04 663 comments
And now here it comes ... cool
Still the emerald themes is needed here, but again you are awesome dude!
Thanks for the great theme - Jun 21 2009

GTK2 Themes by mazza558 15 comments
Thanks - Jun 12 2009

GTK2 Themes by alvonsius 2 comments
Enjoy! - Jun 11 2009

Wallpaper Other by go2n 3 comments

Karamba & Superkaramba by bennyfletch 3 comments
change: (line 59)
text x=105 y=83 sensor=sensor type="temp" format="%v°C" interval=1000 color=255,255,255 fontsize=12 font="candara" shadow=1
into:
text x=105 y=83 sensor=program program="cat /proc/acpi/thermal_zone/THRM/temperature|grep 'temperature' | sed -e 's/.........................//'" color=255,255,255 fontsize=12 font="candara" shadow=1
One more, since the battery sensors on my laptop always showing "rate information unavailable" i just remove it using
change: (line 42)
acpi -b | sed -e 's/^[ \t]*//;s/Battery 1://;s/charging,//;s/dis//;s/^[ \t]*//;s/until charged/AC/;s/remaining/DC/'
into:
acpi -b | sed -e 's/^[ \t]*//;s/Battery 1://;s/charging,//;s/dis//;s/^[ \t]*//;s/until charged/AC/;s/remaining/DC/' | sed -e 's/, rate information unavailable.//'
Hope somebody find it usefull ... i'm still newbie in this area :p - Mar 22 2006

Yakuake Skins by caminoix 9 comments
added:
data_dir=`kde-config --localprefix`'share/apps/yakuake/baghira-brushed/'
mkdir -p $data_dir
mkdir -p $data_dir/tabs
mkdir -p $data_dir/title
cp -f ./const/tabs/* $data_dir/tabs && cp -f ./const/title/* $data_dir/title
cp -f $source_scheme/tabs/* $data_dir/tabs && cp -f $source_scheme/title/* $data_dir/title
cp -f ./title/left.png $data_dir/title
cp -f *.skin $data_dir
and the problem solved ... - Mar 13 2006