在Ubuntu 18.04扩展坞上完全透明


8

这个命令

gsettings set org.gnome.shell.extensions.dash-to-dock transparency-mode 

可以具有以下值:'FIXED''DEFAULT''DYNAMIC''ADAPTIVE'。

但是,没有一个可以使停靠栏完全透明,也就是说,只有图标可见。

有任何想法吗?

Answers:


10

打开终端并首先运行以下命令以允许Ubuntu码头的自定义alpha值

gsettings set org.gnome.shell.extensions.dash-to-dock customize-alphas true

然后运行以下命令来设置最小的alpha值(即,当窗口最大化或未触摸顶部栏或停靠栏时)

gsettings set org.gnome.shell.extensions.dash-to-dock min-alpha 0

最后,如果需要,请运行以下命令设置最大Alpha值(即,最大化窗口时)

gsettings set org.gnome.shell.extensions.dash-to-dock max-alpha 0

然后注销并再次登录。


如果这样做不起作用,请使用dconf-editor来通过图形用户界面编辑此选项
baermathias

3

这项工作对我来说

  • 打开 dconf-editor
  • /org/gnome/shell/extentions/dash-to-dock/backgound-opacity
  • 默认值 : off
  • 设置 '0'

0

如果您使用的是gnome扩展Ubuntu Dock,则可以将其关闭并打开Dash to Dock。在其中进行更改,然后将其切换回。我不喜欢Dash to Dock,因为当我单击Activity时,它会显示两个Dock。我只是用它来配置扩展坞。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.