move desktop shit again

This commit is contained in:
Schrottkatze 2025-03-27 20:28:36 +01:00
commit 500c18b76a
No known key found for this signature in database
41 changed files with 69 additions and 69 deletions

View file

@ -1,11 +0,0 @@
(defwidget flagEl [color ?flipped]
(box
:style "border-${flipped ? "top" : "bottom"}: 3px solid ${color}"
:halign "fill"
)
)
(defwidget sep []
(label :text "|")
)