闲着没事折腾一下问几个gnome-shell设置的问题
-
- 帖子: 13
- 注册时间: 2012-12-28 20:33
- 系统: win7
- Ubuntu与Linux
- 帖子: 1211
- 注册时间: 2010-06-09 19:57
-
- 帖子: 13
- 注册时间: 2012-12-28 20:33
- 系统: win7
Re: 闲着没事折腾一下问几个gnome-shell设置的问题

谢了
文字已经搞掂了,截图软件用shutter
编辑文件
/usr/share/gnome-shell/theme/gnome-shell.css
修改按下活动按钮后的图标文字颜色的方法
.app-well-app > .overview-icon,
.remove-favorite > .overview-icon,
.search-result-content > .overview-icon {
border-radius: 4px;
padding: 3px;
border: 1px rgba(0,0,0,0);
font-size: 8pt;
color: #fff;
text-align: center;
}
icon-grid .overview-icon {
icon-size: 80px; /*修改图标大小*/
font-size: 9pt !important;/*加入该行可修改文字大小*/
}