15 lines
308 B
Text
15 lines
308 B
Text
(include "topBar/topBar.yuck")
|
|
(include "bottomBar/bottomBar.yuck")
|
|
|
|
(defwindow streamUi
|
|
:monitor 0
|
|
:stacking "fg"
|
|
:wm-ignore true
|
|
:exclusive true
|
|
:geometry (geometry
|
|
:width "640px"
|
|
:height "100%"
|
|
:anchor "center right")
|
|
(box
|
|
(label :text "hi")
|
|
))
|