diff --git a/config/eww/traybuttons/traybuttons.yuck b/config/eww/traybuttons/traybuttons.yuck index 3744403..a0f9855 100644 --- a/config/eww/traybuttons/traybuttons.yuck +++ b/config/eww/traybuttons/traybuttons.yuck @@ -127,6 +127,7 @@ (defwidget notif-panel [] (box :orientation "v" + :space-evenly false (eventbox :class "${notif-panel-state == 'true' ? 'toggle-on' : 'toggle-off'}" :onclick "${notif-panel-state == 'true' ? turn-notif-off : turn-notif-on}" :cursor "pointer"