meow meow meow meow

This commit is contained in:
Schrottkatze 2025-08-26 20:22:59 +02:00
parent 710b4ab87e
commit 88401c01be
Signed by: schrottkatze
SSH key fingerprint: SHA256:/raZeWZ2RLThYkX/nq26frnmA4Bi3qRM/hijRmDBa10
11 changed files with 131 additions and 158 deletions

View file

@ -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")
))