eww: format

This commit is contained in:
2025-09-17 12:15:36 -04:00
parent 03d1476aef
commit cd91b010d0
2 changed files with 49 additions and 49 deletions

View File

@@ -1,17 +1,17 @@
(defwindow dashboard
:monitor 0
:stacking "bg"
:exclusive false
:geometry (geometry
:y "50%"
:x "50%"
:width "20%"
:height "20%"
:monitor 0
:stacking "bg"
:exclusive false
:geometry (geometry
:y "50%"
:x "50%"
:width "20%"
:height "20%"
)(dashboard))
)(dashboard))
(defwidget dashboard []
(box
(label :text "hi"))
)
(label :text "hi"))
)