deviant art

Deviant Login Shop  Join deviantART for FREE Take the Tour
[x]
Shop Similar Prints
This Print Not Available
Download File
ZIP, 163 KB
more ▶

More from ~xeXpanderx

Featured in Groups:

Details

June 9, 2012
163 KB
Link
Thumb

Statistics

Comments: 30
Favourites: 17 [who?]

Views: 6,445 (12 today)
Downloads: 1,196 (2 today)
[x]
:iconxexpanderx:
A new modified version of the dock gnome extension by gcampax [link] The dock is now set on bottom as default, which was the purpose of the modification, i.e. I modified it to get it on bottom and nothing else. Hope you find it as useful as I do!

It works on Gnome 3.4.x. Tested on Fedora 17.

-- How to change the icon size --
If you need to change the size of your icons, you use gsettings tool. For example, if you want to change to size 42 you type this in terminal:

gsettings --schemadir $HOME/.local/share/gnome-shell/extensions/dock@gnome-shell-extensions.gcampax.github.com/schemas set org.gnome.shell.extensions.dock size 42
Add a Comment:
 
love 1 1 joy 3 3 wow 0 0 mad 0 0 sad 0 0 fear 0 0 neutral 0 0
:iconjunkie002:
For the record: apparently, it is possible to turn autohide on/off through gsettings.

gsettings --schemadir $HOME/.local/share/gnome-shell/extensions/dock@gnome-shell-extensions.gcampax.github.com/schemas set org.gnome.shell.extensions.dock autohide false
Reply
:iconxexpanderx:
~xeXpanderx Jan 30, 2013  Hobbyist Interface Designer
Thank you for the information!
Reply
:iconjunkie002:
Just what I was looking for, thanks a bunch!


(I still have to tweak it, so it won't autohide :) )
Reply
:iconunderboy:
hey! awesome work! i was wandering if there is some tip that you may pass me for in order to add some transparency to the dock... I don't know if that's even possible :P

Thanks a lot! :)
Reply
:iconxexpanderx:
~xeXpanderx Oct 12, 2012  Hobbyist Interface Designer
Hi, I will check that later today or in the weekend at least, and yes, it is possible cause I did it before but cannot really remember how!
Reply
:iconunderboy:
:D AWESOME!!! zanks for the answer, and i'll be waiting for the tip :)
Reply
:iconxexpanderx:
~xeXpanderx Oct 14, 2012  Hobbyist Interface Designer
There is a file called "stylesheet.css" located at ~/.local/extensions/dock@gnome-shell-extensions.gcampax.github.com/stylesheet.css. There you can change the css-style of your extension. Here is an example where the background and the border is transparent:

#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.
Reply
:iconunderboy:
Thanks man! I'll try it :D
Reply
:icongentookid:
Hey, nice work, however I'm having an issue with it just spawning on top, gnome-shell-extensions-prefs doesn't pick it up, and the USER SECTION is gone so I can't edit it to spawn on bottom (currently spawns on top)
Any ideas?
Reply
:iconxexpanderx:
~xeXpanderx Sep 11, 2012  Hobbyist Interface Designer
Interesting, which Gnome shell version do you use?
Reply
Add a Comment: