From 98cc247ed4911db1a8a3d8eeee0d5dc25dbabe56 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 19 Aug 2023 22:44:58 -0400 Subject: [PATCH] feat(eww): fix button taking up more place than it visually does --- config/eww/traybuttons/traybuttons.yuck | 1 + 1 file changed, 1 insertion(+) 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"