| Customization / Skins & Themes / Linux and Unix Utilities / Desktop Environments / GNOME / GNOME Shell | ©2012-2013 ~xeXpanderx |
The Journal Portal
Browse Journals |
Polls |
deviantART [dee·vee·un'nt·ART]
Keep in Touch!
|
Deviousness |
gsettings --schemadir $HOME/.local/share/gnome-shell/extensions/dock@gnome-shell-extensions.gcampax.github.com/schemas set org.gnome.shell.extensions.dock autohide false
(I still have to tweak it, so it won't autohide
Thanks a lot!
#dock {
border-radius: 9px;
background-color: rgba(0,0,0,0.4);
border-width: 2px;
border-color: rgba(39,82,102,0.8)
}
.dock-menu {
font-size: 12px
}
You change the transparent by changing the last number in the rgba function. In this example the background has 0.4 and the border 0.8.
Any ideas?