| Customization / Skins & Themes / Linux and Unix Utilities / Desktop Environments / GNOME / GNOME Shell | ©2011-2013 ~half-left |
The Journal Portal
Browse Journals |
Polls |
deviantART [dee·vee·un'nt·ART]
Keep in Touch!
|
Deviousness |
Can you make a version of Orta for Xfce?
For whatever reason, I did have a little bit of trouble in the overview. The hover-over text for the dash apps and the icons for the application overview were all smashed together. I assume it was just some weird thing with my set-up, but if anyone else had trouble with this, I changed gnome-shell.css to include:
.dash-label {
border-radius: 7px;
padding: 4px 12px;
background-color: rgba(0,0,0,0.5);
text-align: center;
-x-offset: 8px;
background-gradient-direction: vertical;
background-gradient-start: #5d5d5d;
background-gradient-end: #757575;
border: 1px solid rgba(255,255,255,0.0);
box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.3);
color: #fff;
font-size: 10pt;
-shell-caption-spacing: 4px;
}
which more or less (more less than more) matches the window captions
and
.icon-grid {
spacing: 50px;
-shell-grid-horizontal-item-size: 118px;
-shell-grid-vertical-item-size: 118px;
}
thanks for the many good themes!