After installing the theme, open the file ~/.themes/SystemG/metacity-1/metacity-theme-1.xml
You're gonna replace the following two lines:
Line 172:
Code:
<title color="gtk:fg[SELECTED]" x="3" y="((height - title_height) / 2) `max` 0"/>
Line 178:
Code:
<title color="blend/gtk:fg[SELECTED]/gtk:bg[SELECTED]/0.5" x="3" y="((height - title_height) / 2) `max` 0"/>
With this:
Line 172:
Code:
<title color="gtk:fg[SELECTED]" x="((width - title_width) / 2) `max` 0" y="((height - title_height) / 2) `max` 0"/>
Line 178:
Code:
<title color="blend/gtk:fg[SELECTED]/gtk:bg[SELECTED]/0.5" x="((width - title_width) / 2) `max` 0" y="((height - title_height) / 2) `max` 0"/>
And that should get you want you want.
Bookmarks