Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
769b50d6a5
1 changed files with 19 additions and 3 deletions
22
eww/eww.yuck
22
eww/eww.yuck
|
@ -112,7 +112,7 @@
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "end"
|
:halign "end"
|
||||||
:valign "center"
|
:valign "center"
|
||||||
:height 30
|
:height 20
|
||||||
(space)
|
(space)
|
||||||
(box
|
(box
|
||||||
:class "smallBox"
|
:class "smallBox"
|
||||||
|
@ -204,8 +204,24 @@
|
||||||
:halign "start"
|
:halign "start"
|
||||||
:valign "center"
|
:valign "center"
|
||||||
:spacing 3
|
:spacing 3
|
||||||
(time)
|
(box
|
||||||
(media)
|
:class "barbox"
|
||||||
|
: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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue