diff --git a/eww/eww.yuck b/eww/eww.yuck index 16ce006..ef8178b 100644 --- a/eww/eww.yuck +++ b/eww/eww.yuck @@ -5,11 +5,10 @@ :stacking "fg" :exclusive true :focusable false - :content - (box :orientation "vertical" :class "menu" + :content (box :orientation "vertical" :class "menu" (button :label "⏻ Shutdown" :onclick "poweroff") (button :label " Reboot" :onclick "reboot") (button :label " Lock" :onclick "i3lock -c 000000") (button :label " Logout" :onclick "i3-msg exit") - ) + ) )