星期四, 6月 09, 2011

更改 GNOME 3 應用程式圖示大小

參考 http://abhizweblog.blogspot.com/2011/06/gnome3-change-icon-size.html

在使用 GNOME 3 的時候, 當使用 概覽的時候
因為應用程式的圖示太大, 有時候要找應用程式不方便

這個時候就可以客製化 圖示的大小

這個時候可以修改 /usr/share/gnome-shell/theme/gnome-shell.css


# vi  /usr/share/gnome-shell/theme/gnome-shell.css


找到



.icon-grid {
    spacing: 36px;
    -shell-grid-item-size: 118px;
}

.icon-grid .overview-icon {
    icon-size: 96px;
}

將大小改成適當的大小, 例如改成


.icon-grid {
    spacing: 25px;
    -shell-grid-item-size: 60px;
}


.icon-grid .overview-icon {
    icon-size: 50px;
}


  


大小視自己螢幕的大小來決定
登出 / 登入就OK了


感謝 國外朋友的文章

沒有留言: