You are not logged in.
Pages: 1
Hello,
This is a question about docklike.
Is there a way to make the spaces between the icons smaller so that there' s room for more icons next to each other?
Maybe some tweek in a config?
(I am not talking about making the icons smaller. The size is fine, but the spacing is too big.
Would appreciate some help. Thank you.
Offline
You could decrease the padding, use negative margins, or a combination of both to pull the icons together. Use something like the following in ~/.config/gtk-3.0/gtk.css (create the file if it doesn't exist):
#docklike-plugin button { padding: 0; margin: -5px }
...and tweak the "-5px" to suit. Restart the panel for the changes to take effect.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thank you. Works great. I like it.
Last edited by Tabespe (2022-03-19 16:21:51)
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 523.37 KiB (Peak: 532.41 KiB) ]