mirror of
				https://forge.katzen.cafe/schrottkatze/nix-configs.git
				synced 2025-11-04 03:27:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			180 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			180 B
		
	
	
	
		
			Text
		
	
	
	
	
	
(defwidget flagEl [color ?flipped]
 | 
						|
  (box
 | 
						|
    :style "border-${flipped ? "top" : "bottom"}: 3px solid ${color}"
 | 
						|
    :halign "fill"
 | 
						|
  )
 | 
						|
)
 | 
						|
 | 
						|
(defwidget sep [] 
 | 
						|
  (label :text "|")
 | 
						|
)
 | 
						|
 |