style: Move clock to the middle

This commit is contained in:
Ahmad Ansori Palembani 2024-03-31 07:33:10 +07:00
parent d7f4dd3237
commit c1aeea0d73
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -29,13 +29,12 @@
(workspaces)) (workspaces))
(defwidget middle [] (defwidget middle []
(label :text "test")) (clock))
(defwidget end [] (defwidget end []
(box :halign "end" (box :halign "end"
:class "end" :class "end"
:space-evenly false :space-evenly false
(clock)
(systray :icon-size "16" :pack-direction "rtl"))) (systray :icon-size "16" :pack-direction "rtl")))
(defwidget workspaces [] (defwidget workspaces []