streaming hell

This commit is contained in:
Schrottkatze 2025-10-14 14:22:39 +02:00
commit c3e08a9df4
No known key found for this signature in database
4 changed files with 55 additions and 6 deletions

View file

@ -1,6 +1,8 @@
(include "topBar/topBar.yuck")
(include "bottomBar/bottomBar.yuck")
(include "topBar/time.yuck")
(defwindow streamUi
:monitor 0
:stacking "fg"
@ -10,6 +12,25 @@
:width "640px"
:height "100%"
:anchor "center right")
(box
(centerbox
:style "padding: 0 3px"
:orientation "vertical"
(label :text "hi")
))
(label :text "hi")
(centerbox
:valign "end"
(box
:halign "start"
(systray
:icon-size 18
:spacing 3
)
)
(box)
(box
:halign "end"
(time)
)
)
)
)