PDA

View Full Version : [ubuntu] Centre windows title font metacity



Sashin
June 14th, 2009, 07:55 AM
Does anyone know how to get the windows title font to the centre with the Dust theme?

I don't want to use emerald for this.

The dust theme places the window title text to the right.

Sashin
June 14th, 2009, 12:24 PM
Bump!

Sashin
June 15th, 2009, 12:57 PM
bump

p1rat
July 3rd, 2011, 11:39 AM
Alt+F2 "gksu nautilus /usr/share/themes"
Open the "theme-name" folder
Open the "metacity-1" folder
edit metacity-theme-1.xml

In the <!-- Window Title --> section replace;

x="1" with
x="((3 `max` (width-title_width)) / 2) + 1"

x="0" with
x="((3 `max` (width-title_width)) / 2)"