网上搜了几天了 ,没有找到好办法,请大神们指点。
要求:顶栏透明,字体为绿色
效果图 :

方法:
vim /usr/share/gnome-shell/theme/gnome-shell.css
/* 顶部宽度 */
stage {
font-family: cantarell, sans-serif;
font-size: 10pt;
color: white;
}
/* 顶部透明 */
#panel {
/* background-color: black; */
font-weight: bold;
height: 1.86em;
}
/* 顶部字体 */
.panel-button {
-natural-hpadding: 12px;
-minimum-hpadding: 6px;
font-weight: bold;
color:#9AFF02;
transition-duration: 100ms;
}