fixed media

This commit is contained in:
willifan 2024-06-03 14:01:31 +02:00
parent 769b50d6a5
commit 02426e41e6

View file

@ -112,7 +112,7 @@
:space-evenly false :space-evenly false
:halign "end" :halign "end"
:valign "center" :valign "center"
:height 20 :height 30
(space) (space)
(box (box
:class "smallBox" :class "smallBox"
@ -204,24 +204,8 @@
:halign "start" :halign "start"
:valign "center" :valign "center"
:spacing 3 :spacing 3
(box (time)
:class "barbox" (media)
:orientation "h"
:space-evenly false
:height 30
:halign "start"
:valign "center"
:spacing 3
(time))
(box
:class "barbox"
:orientation "h"
:space-evenly false
:height 30
:halign "start"
:valign "center"
:spacing 3
(media))
(space))) (space)))
(defwidget center [monitor] (defwidget center [monitor]