mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-11-04 07:38:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			372 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			372 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
# For configuration options and examples, please see:
 | 
						|
# https://gethomepage.dev/en/configs/widgets
 | 
						|
 | 
						|
- resources:
 | 
						|
    label: System
 | 
						|
    cpu: true
 | 
						|
    memory: true
 | 
						|
    uptime: true
 | 
						|
    units: metric
 | 
						|
 | 
						|
- resources:
 | 
						|
    label: Storage
 | 
						|
    disk: /
 | 
						|
 | 
						|
- datetime:
 | 
						|
    text_size: xl
 | 
						|
    format:
 | 
						|
      timeStyle: short
 | 
						|
      dateStyle: long
 | 
						|
      hourCycle: h23
 | 
						|
      locale: de
 |