[原创]Debian7中gnome3样式修改

删除多余的菜单项

有以下几个地方:

/usr/share/applications

~/.local/share/applications

~/.config/menus

~/.local/share/applications

~/.local/share/desktop-directories

 

在目录 /usr/share/gnome-shell/theme中修改gnome-shell.css

 

去掉"活动"圆角

.panel-corner {

-panel-corner-radius: 10px; /* 这里把10改为0,就去掉圆角了*/

-panel-corner-background-color: black;

-panel-corner-border-width: 2px;

-panel-corner-border-color: transparent;

}

 

修改应用程序图标的大小

/* Application Launchers and Grid */

 

.icon-grid {

    

    /* old settings,edit by zws 2013.04.09

spacing: 36px;

-shell-grid-horizontal-item-size: 118px;

-shell-grid-vertical-item-size: 118px;

    */

spacing: 18px;

-shell-grid-horizontal-item-size: 96px;

-shell-grid-vertical-item-size: 96px;

}

 

.icon-grid .overview-icon {

    /* old settings,edit by zws 2013.04.09

icon-size: 96px;

    */

    icon-size: 64px;

}

 

修改完之后alt+f2,键入r重启gnome即可。

 

nautilus-open-terminal

sudo apt-get install rar unrar p7zip p7zip-rar p7zip-full

posted @ 2012-05-13 20:01  ode  阅读(520)  评论(0编辑  收藏  举报