meow meow meow meow
This commit is contained in:
parent
710b4ab87e
commit
88401c01be
11 changed files with 131 additions and 158 deletions
|
@ -1,2 +1,15 @@
|
|||
(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")
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue