diff --git a/eww/.config/eww/eww.scss b/eww/.config/eww/eww.scss index dac9129..4304ff3 100644 --- a/eww/.config/eww/eww.scss +++ b/eww/.config/eww/eww.scss @@ -47,7 +47,7 @@ tooltip { padding-left: 1.5rem; padding-right: 1.5rem; padding-bottom: 0; - padding-top: 4px; + padding-top: 1px; } .segment-start, diff --git a/eww/.config/eww/eww.yuck b/eww/.config/eww/eww.yuck index dd270be..94bb22b 100644 --- a/eww/.config/eww/eww.yuck +++ b/eww/.config/eww/eww.yuck @@ -6,7 +6,7 @@ :valign "center" (start-control :screen screen) ) - (box :class "segment-middle" + (box :class "segment-center" :halign "center" :valign "center" :space-evenly true @@ -28,7 +28,7 @@ :valign "center" (start-control :screen screen) ) - (box :class "segment-middle" + (box :class "segment-center" :halign "center" :valign "center" :space-evenly true @@ -56,7 +56,7 @@ (box :orientation "h" :class "pm-inner" :space-evenly true - :valign "middle" + :valign "center" :spacing 8 ;; Lock screen @@ -110,7 +110,7 @@ (box :orientation "h" :class "time" :space-evenly "false" - :halign "middle" + :halign "center" (button :onclick "scripts/popup calendar" :class "day" full-time) )) @@ -148,7 +148,7 @@ (box :orientation "v" :space-evenly "false" (label :class "icon bat" - :halign "middle" + :halign "center" :text battery :tooltip "Battery: ${battery-cappacity}%"))) (defpoll battery :interval "1s" "scripts/battery icon") @@ -157,7 +157,7 @@ ;; Wifi Widgets ;; (defwidget wifi [] (box :orientation "v" - :halign "middle" + :halign "center" :tooltip "SSID: ${wifi-name}" (button :class "icon wifi-icon" wifi-icon )))