mirror of
				https://github.com/AquaMorph/dotfiles.git
				synced 2025-11-04 09:13:18 +00:00 
			
		
		
		
	Improved battery design
This commit is contained in:
		@@ -29,15 +29,16 @@ ethernet eth0 {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
battery 0 {
 | 
			
		||||
        format = "%status %percentage %remaining %emptytime"
 | 
			
		||||
        format = "%status%percentage %remaining"
 | 
			
		||||
        format_down = "No battery"
 | 
			
		||||
        status_chr = "⚡ CHR"
 | 
			
		||||
        status_bat = "🔋 BAT"
 | 
			
		||||
        status_unk = "? UNK"
 | 
			
		||||
        status_full = "☻ FULL"
 | 
			
		||||
        status_chr = "⚡"
 | 
			
		||||
        status_bat = "🔋"
 | 
			
		||||
        status_unk = "?"
 | 
			
		||||
        status_full = "☻"
 | 
			
		||||
	hide_seconds = true
 | 
			
		||||
	last_full_capacity = true
 | 
			
		||||
        path = "/sys/class/power_supply/BAT%d/uevent"
 | 
			
		||||
        low_threshold = 10
 | 
			
		||||
        low_threshold = 20
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user