mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Improved battery design
This commit is contained in:
parent
a796a862d8
commit
cee19832d9
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user