我安装了indicator-cpufreq,但它不适用于法恩扎图标主题。是否有办法使指示器使用来自ubuntu-mono-dark图标主题的图标?
发布于 2013-01-23 19:10:01
如果使用包(到/usr/share/icons/)安装图标主题,或者不想修改原始主题,则可以通过将文件夹/usr/share/icons/ubuntu-mono-dark复制到主文件夹中的.icons文件夹来创建单一版本。将它重命名为您想要的任何东西,比如faenza-mono-dark。
然后,在您刚刚复制的文件夹中,打开index.theme文件并编辑这些行
Name=Ubuntu-Mono-Dark
Comment=Smooth modern theme designed to be intuitive.
Inherits=Humanity-Dark,gnome,hicolor像这样:
Name=Faenza-Mono-Dark
Comment=Smooth modern theme designed to be intuitive.
Inherits=Faenza,gnome,hicolor这是创建一个新的图标主题,它将在ubuntu-mono-dark中找到的黑暗图标添加到法恩扎图标主题中。
https://askubuntu.com/questions/246747
复制相似问题