dash-to-dock
dash-to-dock copied to clipboard
Dash icons, consider an even more condensed layout beside the shrink option
Currently the dock takes quite a chunk of space from the bar where it is positioned. However most of it is consumed by gaps between the icons and not by actual "clickable" content. An option to move the icons closer together (make the dock more dense) would be great.
Hi, how is this different from the effect of activating the "shrink the dash" option in the Appearance settings? Are you suggesting an even more condensed layout?
Yes exactly. Though shrinking the dock is noticably it does not provide a really contensed dock.
Here is the normal dash-to-dock bar

Here a downsized one

and here is e.g. docky

It's not clear to me fro your screenshot if the shrinking is happening. With the default theme the shrink function save quite a bit of space. Can you check with the default theme? (I'm trying to see if there is a problem with 3rd parties themes)
I agree that additional space can be saved by making the launcher even more condensed. For instance if you add something like this in ~/.local/share/gnome-shell/extensions/[email protected]/stylesheet.css and restart the shell you should get a much more condensed dock.
#dashtodockContainer .overview-icon {
padding:0px;
}
I could provide an option like wide - normal- condensed dock, but I'm concern I would not be able to make it easily compatible with all themes.
I checked with the default theme and the "bug" persisted. The marginal difference is the same as the one which is depicted. Shrinking the dock mainly influences the height.
Your quick-fix however worked perfectly! A little too good to be quite honest. Now the icons are extremely condensted with no space in between, the dots (window indicator) beneath the icons are now covered by the icon. Lifting the dock a little to give room for the window indicator and a slider or fine-grained drop-down menu would be a perfect solution in my eyes.
This feature would really helpful! I could tweak it with the addition of the code you mentioned, but not everyone wants to or is able to do it, therefore an option in the settings would be great. I put the padding to 3px and was happy with the outcome. Thanks a lot for the work on this Dock, much appreciated!
PS: Although the tweak works, when there are updates (not sure of which package), the manual addition was deleted:
#dashtodockContainer .overview-icon {
padding:0px;
}
I had to add it to the file ~/.local/share/gnome-shell/extensions/[email protected]/stylesheet.css again.
A more permanent change option would be much appreciated, thanks!
Is there a way to increase the space between the running-indicators and the icons after reducing the overall padding?
I would still be happy to get a more permanent change option. Thanks!