You are not logged in.
Pages: 1
Hi, sorry for the concise title, but is not possible type longer phrases.
In Whisker Menu, i'd like to increase spacing bewtween the buttons of actions (lock screen, logout, reboot and shutdown and remove the black thin border areound the applications icons:
Is possible achieve this using CSS, eg in ~/.config/gtk-3.0/gtk.css ?
Thank you.
Offline
In Whisker Menu, i'd like to increase spacing bewtween the buttons of actions (lock screen, logout, reboot and shutdown
Try:
#whiskermenu-window box>box>button { padding-left: 50px; padding-right: 50px; }
...adjust 50px to suit.
and remove the black thin border areound the applications icons:
Try:
#whiskermenu-window .frame { border: 0px; }
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
Perfect, thank you!
I set these vaules
#whiskermenu-window box>box>button { padding-left: 10px; padding-right: 10px; }
#whiskermenu-window .frame { border: 0px; }
And here the result which I wanted :-)
P.S: I used a white wallpaper since I set Whisker to semitransparent.
Wonderful, how Xfce and Gtk allows to customize such things.
Offline
Wonderful, how Xfce and Gtk allows to customize such things.
I agree 100%.
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
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 529.75 KiB (Peak: 533.12 KiB) ]