mirror of
				https://forge.katzen.cafe/schrottkatze/nix-configs.git
				synced 2025-11-04 03:27:55 +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")
 | 
						|
  ))
 |