我安装了Ubuntu12.04。在过去的好日子里,自定义Ubuntu没有限制,将面板的背景更改为您选择的图像并不是什么大事。
我怎样才能改变我的阿德维塔库比蒂诺统一L主题小组?
有人能帮我吗?
我试过让面板透明。那看起来真的不太好。这就像应用程序菜单的自动隐藏在没有悬停菜单的时候就会变黑。所以在窗口的白色标题下

发布于 2012-06-20 07:02:32
我建议查看以下文件:
/usr/share/themes/Adwaita Cupertino L Unity/gtk-3.0/unity.css
/usr/share/themes/Adwaita Cupertino L Unity/gtk-3.0/unity-transparent.css
~/.themes/unity.css所有这些都是从第一开始就开始的,比如:
UnityPanelWidget,
.unity-panel {
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade(@bg_color, 1.07)),
to (shade(@bg_color, 1.00)));
border-width: 0;
border-style: none;
}使用一些CSS回忆,您可以尝试使用一个自定义图像作为背景(如果可以的话,您将调整大小):
UnityPanelWidget,
.unity-panel {
background-image: url("relative/path/to/your/some_pic.svg");
border-width: 0;
border-style: none;
}发布于 2012-06-17 12:55:10
一个可行的解决办法是使您的面板透明在我的团结,然后添加图像,您想要使用的面板到您的背景图像顶部。您可以在GIMP中使用图层特性来做到这一点。
https://askubuntu.com/questions/152072
复制相似问题