PDA

View Full Version : [SOLVED] how to change nautilus windows size and colors in gnome-shell



Elie-M
May 22nd, 2011, 03:51 PM
No Matter what I do and change in gnome-tweak-tool, the window title bar won't change to anything else, won't go smaller, even the downloaded themes won't change the bar, and I cant seem to find the needed codes in xml to change them. anyone can help?

a photo is attached to illustrate the things I need to change

http://i156.photobucket.com/albums/t18/Mankind-195/Screenshot.png

I need to change their size in the first place, and maybe change them to like ambiance or whatever.

i've seen many guides on the net, and It still don't find the neeeded solution

Elie-M
June 1st, 2011, 09:46 AM
nevermind (it's not like anyone minded though :P) to reduce the size do:


sudo sed -i "/title_vertical_pad/s/value=\"[0-9]\{1,2\}\"/value=\"7\"/g" /usr/share/themes/Adwaita/metacity-1/metacity-theme-3.xml

where u can change the "7" to a number between 0 (smallest) and 14 (biggest).