hardpixel / unite-shell

Unite is an extension that makes GNOME Shell look like Ubuntu Unity Shell.
GNU General Public License v3.0
927 stars 62 forks source link

[Feature Request] Allow user to adjust spacing between top Close buttons #209

Open a-yildiz opened 3 years ago

a-yildiz commented 3 years ago

This is an excellent extension to GNOME. One thing that would allow more consistency with GNOME is to allow custom spacing between Close, Maximize, Minimize buttons on the top bar. It would be fantastic if the user could specify the number of pixels for spacing.

Thanks!

Spinnekop commented 3 years ago

Agree with this - the buttons are much closer together than non maximized apps. Adwaita theme icons are also much smaller than standard.

anselmobattisti commented 3 years ago

This will be a great feature!

negadecade commented 2 years ago

this is what i did on mine. open .local/share/gnome-shell/extensions/unite@hardpixel.eu/stylesheet.css. change the value of #panel .window-controls-box & #panel .window-controls-box .window-button to this: --->

panel .window-controls-box {

spacing: 0.6em; }

panel .window-controls-box .window-button {

width: auto; }

depending on the theme the spacing will be different. im not sure what is the proper way but it works for me