|  | @@ -9,22 +9,14 @@ print_info() {
 | 
	
		
			
				|  |  |      info "Shell" shell
 | 
	
		
			
				|  |  |      info "Resolution" resolution
 | 
	
		
			
				|  |  |      info "DE" de
 | 
	
		
			
				|  |  | -    info "WM" wm
 | 
	
		
			
				|  |  | -    info "WM Theme" wm_theme
 | 
	
		
			
				|  |  | -    info "Theme" theme
 | 
	
		
			
				|  |  | -    info "Icons" icons
 | 
	
		
			
				|  |  |      info "Terminal" term
 | 
	
		
			
				|  |  |      info "Terminal Font" term_font
 | 
	
		
			
				|  |  |      info "CPU" cpu
 | 
	
		
			
				|  |  | -    info "GPU" gpu
 | 
	
		
			
				|  |  |      info "Memory" memory
 | 
	
		
			
				|  |  | -    info "GPU Driver" gpu_driver  # Linux/macOS only
 | 
	
		
			
				|  |  |      info "CPU Usage" cpu_usage
 | 
	
		
			
				|  |  |      info "Disk" disk
 | 
	
		
			
				|  |  |      info "Battery" battery
 | 
	
		
			
				|  |  |      info "Font" font
 | 
	
		
			
				|  |  | -    info "Song" song
 | 
	
		
			
				|  |  | -    [[ "$player" ]] && prin "Music Player" "$player"
 | 
	
		
			
				|  |  |      # info "Local IP" local_ip
 | 
	
		
			
				|  |  |      # info "Public IP" public_ip
 | 
	
		
			
				|  |  |      info "Users" users
 |