2024-08-28 09:12:28 +02:00
|
|
|
(include "topBar/topBar.yuck")
|
2024-09-02 19:07:19 +02:00
|
|
|
(include "bottomBar/bottomBar.yuck")
|
2025-08-26 20:22:59 +02:00
|
|
|
|
|
|
|
(defwindow streamUi
|
|
|
|
:monitor 0
|
|
|
|
:stacking "fg"
|
|
|
|
:wm-ignore true
|
|
|
|
:exclusive true
|
|
|
|
:geometry (geometry
|
|
|
|
:width "640px"
|
|
|
|
:height "100%"
|
|
|
|
:anchor "center right")
|
|
|
|
(box
|
|
|
|
(label :text "hi")
|
|
|
|
))
|