改變 Gnome 應用程序 圖標 大小
最新文章:Virson's Blog
Gnome全局主題位于/usr/share/gnome-shell/theme/目錄下
1、使用命令sudo gedit /usr/share/gnome-shell/theme/gnome-shell.css打開gnome主題樣式表文件
2、快捷鍵Ctrl+f搜索關鍵字“.icon-grid .overview-icon”,找到如下代碼:
.icon-grid .overview-icon {
icon-size: 48px; #默認是96px
}
將icon-size屬性值改成你想要的圖標大小
3、使用快捷鍵Alt+F2,然后輸入r,重啟Gnome桌面環境。

浙公網安備 33010602011771號