是否可以更改 Unity Launcher 的背景不透明度?
我知道您可以更改面板的不透明度,但启动器会与面板发生冲突。
答案1
从终端,您可以使用:
gsettings get org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ launcher-opacity
获取启动器不透明度的当前值和
gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ launcher-opacity X
将启动器不透明度设置为X
。X
必须介于 0 和 1 之间。
P:S 这种方法比直接使用 dconf 的任何其他方法都更可取。
也可以看看:
答案2
答案3
13.10
如果您正在运行 13.10,则可以使用 Unity Tweak Tool。
sudo apt-get install unity-tweak-tool
打开“启动器”类别,从那里您可以使用“透明度级别”滑块来调整启动器的透明度。
您还可以更改启动器的颜色。