I want to change the height of title-bar, but until now (as I know) there's only one way to do that : change the font-size of WINDOWS TITLE FONT (in Appearance preferences). So far so good except the BIG SIZE of the text. How could I disable(or hide) the text?
You'll have to edit the theme, if you installed them through the Gnome Appearance window the themes are here:
home/[yourusername]/.themes/nameIchose/metacity-1/metacity-theme-1.xml
. And if you installed the themes through sudo apt-get, they're here:/usr/share/theme
, you'll need to be root to make edits to the files there (use gksu nautilus).Look for something like this:
<frame_style name=...
It depends on the theme. Experiment and you'll get results.