mirror of
				https://forge.katzen.cafe/schrottkatze/nix-configs.git
				synced 2025-10-31 01:27:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			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")
 | |
|   ))
 | 
