mirror of
				https://forge.katzen.cafe/schrottkatze/nix-configs.git
				synced 2025-10-31 17:47:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			355 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			355 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| (defwidget time []
 | |
|   (label 
 | |
|     :markup { 
 | |
|       formattime(
 | |
|         EWW_TIME, 
 | |
|         "<span foreground=\"#d65d0e\"></span> %Y<span foreground=\"#7c6f64\">-</span>%m<span foreground=\"#7c6f64\">-</span>%d <span foreground=\"#d65d0e\"></span> %H<span foreground=\"#7c6f64\">:</span>%M<span foreground=\"#7c6f64\">:</span>%S "
 | |
|       ) 
 | |
|     }
 | |
|   )
 | |
| )
 | 
