如何居中窗口标题文字?

我使用的是Ubuntu 14.04。 我正在尝试将Unity中窗口的标题文本更改为中心。

我看到了这个教程: 如何在12.10中将窗口标题移动到标题栏的中心?

但它不起作用。 你可以帮帮我吗?

您需要编辑其中一个主题文件(例如Zukimac-com上的Unity.css)。 将其添加到文件末尾:

UnityDecoration { /* Title settings */ -UnityDecoration-title-indent: 5px; /* Size property, left indent of the title */ -UnityDecoration-title-fade: 35px; /* Size property, space of the title that can be faded */ -UnityDecoration-title-alignment: 0.5; /* Float from 0.0 to 1.0, to align the title - THIS WHAT YOU REELY NEED*/ } 

您可能需要注销并重新登录才能使更改生效。

这是我的结果:

这个