Ubuntu18.04版本的gnome-shell去掉顶部状态栏

标签:
ubuntu18.04gnone-shell隐藏顶部状态栏 |
分类: linux |
1、文件路径:
/usr/share/gnome-shell/theme/ubuntu.css
2、添加内容:
#panel,#panel
*{
height: 1px;
color: rgba(0, 0, 0, 0);
}
*{
}