non important commit

This commit is contained in:
benstrb 2026-01-11 14:02:10 +01:00
parent eece229246
commit 7b7784db49
2 changed files with 21 additions and 50 deletions

View file

@ -24,25 +24,19 @@
)
(
defwindow workspaces
:monitor 0
:geometry (
geometry :x "0%"
:y "0%"
:width "40%"
:height "40%"
:anchor "center center"
)
:stacking "bg"
:windowtype "dock"
:wm-ignore false
(
box :orientation "horizontal"
:halign "center"
workspace
)
defwindow workspaces
:monitor 0
:geometry (
geometry :x "0%"
:y "10px"
:width "auto"
:height "50px"
:anchor "top center"
)
:stacking "fg"
:windowtype "dock"
:wm-ignore false
(literal :content workspace)
)
(
@ -52,8 +46,3 @@
`date +%H:%M:%S`
)
(
defwidget workspaces []
(literal :content workspace)
)