美文网首页
Ubuntu20.04正确的开启方式 美化Dock

Ubuntu20.04正确的开启方式 美化Dock

作者: 夜空最亮的9星 | 来源:发表于2021-11-21 15:02 被阅读0次

1.安装gnome-software和chrome-gnome-shell

//安装 gnome-software
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gnome-software
//安装Gnome-tweak-tool
sudo apt-get install -y gnome-tweak-tool
sudo apt-get install -y chrome-gnome-shell
 sudo apt install -y gnome-shell-extensions

2.安装dash to dock

然后使用火狐浏览器下载dash to dock,一般是第一个

image

然后点击这个链接,安装附加组件 如图所示:

https://extensions.gnome.org/extension/307/dash-to-dock/

image

安装完附加组件后,刷新此页面,就可以看到右上角有一个按钮了,打开即可。


image

然后重启
reboot

3打开插件和主题

打开应用列表,在搜索框内输入 tweak,然后打开优化,选择“拓展”选项。打开Dash to dock 和User themes,并点击Dash to dock的小齿轮。


image

这里可能会出现一个问题,就是把dash to dock 放到底部后,可能左侧会有一个系统自带的dock,这个需要去拓展关闭一个选项,Ubuntu dock 不过这个一般是关闭的,但是并没有什么卵用,需要直接删除它。

sudo apt remove gnome-shell-extension-ubuntu-dock
reboot

然后就是设置主题了,完成这一步就会变得很好看了,我提供了mac主题的主题包,其他的可以去自行下载。这一步被我简化了,直接运行脚本即可。

4 安装 show desktop button

image

https://extensions.gnome.org/extension/1194/show-desktop-button/

点击【扩展】

image image image

参考链接:https://blog.csdn.net/yaoyaohyl/article/details/119580622

相关文章

网友评论

      本文标题:Ubuntu20.04正确的开启方式 美化Dock

      本文链接:https://www.haomeiwen.com/subject/pqxmtrtx.html