dash-to-dock icon indicating copy to clipboard operation
dash-to-dock copied to clipboard

Dash icons, consider an even more condensed layout beside the shrink option

Open Edenhofer opened this issue 9 years ago • 8 comments
trafficstars

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.

Edenhofer avatar Jun 29 '16 16:06 Edenhofer

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?

micheleg avatar Jun 29 '16 22:06 micheleg

Yes exactly. Though shrinking the dock is noticably it does not provide a really contensed dock.


Here is the normal dash-to-dock bar

normal


Here a downsized one

downsize


and here is e.g. docky

docky

Edenhofer avatar Jun 30 '16 19:06 Edenhofer

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.

micheleg avatar Jun 30 '16 20:06 micheleg

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.

Edenhofer avatar Jun 30 '16 20:06 Edenhofer

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!

Filbuntu avatar Sep 06 '18 01:09 Filbuntu

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!

Filbuntu avatar Sep 25 '18 04:09 Filbuntu

Is there a way to increase the space between the running-indicators and the icons after reducing the overall padding?

corebots avatar Oct 08 '19 11:10 corebots

I would still be happy to get a more permanent change option. Thanks!

Filbuntu avatar Mar 15 '22 17:03 Filbuntu