分页: 1 / 1
闲着没事折腾一下问几个gnome-shell设置的问题
发表于 : 2013-05-31 16:08
由 xu84403451
点完活动按钮后的屏幕用啥软件截,还有就是点完活动按钮后屏幕的应用程序图标下的文字颜色怎么改
Re: 闲着没事折腾一下问几个gnome-shell设置的问题
发表于 : 2013-06-01 16:23
由 Ubuntu与Linux
printscr?
文字看css文件
Re: 闲着没事折腾一下问几个gnome-shell设置的问题
发表于 : 2013-06-01 19:11
由 xu84403451
谢了
文字已经搞掂了,截图软件用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;/*加入该行可修改文字大小*/
}