如何使窗口标题文字居中?

如何使窗口标题文字居中?

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

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

但它不起作用。你能帮助我吗?

答案1

您需要编辑其中一个主题文件(例如 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*/
}

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

这是我的结果:

这

相关内容