Xfce Forum

Sub domains
 

You are not logged in.

#1 2021-01-30 16:02:29

D.dave
Member
Registered: 2019-12-06
Posts: 58

Whisker Menu: increase spacing and remove border

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:

whiskermenu.png

Is possible achieve this using CSS, eg in ~/.config/gtk-3.0/gtk.css ?

Thank you.

Offline

#2 2021-01-30 16:21:00

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,020

Re: Whisker Menu: increase spacing and remove border

D.dave wrote:

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

#3 2021-01-30 16:34:45

D.dave
Member
Registered: 2019-12-06
Posts: 58

Re: Whisker Menu: increase spacing and remove border

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 :-)

img

P.S: I used a white wallpaper since I set Whisker to semitransparent.

Wonderful, how Xfce and Gtk allows to customize such things.

Offline

#4 2021-01-30 18:28:04

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,020

Re: Whisker Menu: increase spacing and remove border

D.dave wrote:

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

Board footer

Powered by FluxBB