style: Move clock to the middle
This commit is contained in:
parent
d7f4dd3237
commit
c1aeea0d73
1 changed files with 1 additions and 2 deletions
|
@ -29,13 +29,12 @@
|
|||
(workspaces))
|
||||
|
||||
(defwidget middle []
|
||||
(label :text "test"))
|
||||
(clock))
|
||||
|
||||
(defwidget end []
|
||||
(box :halign "end"
|
||||
:class "end"
|
||||
:space-evenly false
|
||||
(clock)
|
||||
(systray :icon-size "16" :pack-direction "rtl")))
|
||||
|
||||
(defwidget workspaces []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue