Improved battery design

This commit is contained in:
Christian Colglazier 2018-07-25 20:00:14 -04:00
parent a796a862d8
commit cee19832d9

View File

@ -29,15 +29,16 @@ ethernet eth0 {
} }
battery 0 { battery 0 {
format = "%status %percentage %remaining %emptytime" format = "%status%percentage %remaining"
format_down = "No battery" format_down = "No battery"
status_chr = "⚡ CHR" status_chr = "⚡"
status_bat = "🔋 BAT" status_bat = "🔋"
status_unk = "? UNK" status_unk = "?"
status_full = "☻ FULL" status_full = "☻"
hide_seconds = true
last_full_capacity = true last_full_capacity = true
path = "/sys/class/power_supply/BAT%d/uevent" path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 10 low_threshold = 20
} }