~icons for i3status battery status

Using all-the-icons in Emacs for these solutions. Look better
This commit is contained in:
AChavali
2020-02-18 01:32:16 +00:00
parent fa80e3beb0
commit e27f2e877e

View File

@@ -26,11 +26,11 @@ disk /home {
battery 0 { battery 0 {
format = "%status %percentage %emptytime" format = "%status %percentage %emptytime"
status_chr = "⚡ CHR"
status_bat = " BAT"
format_down = "" format_down = ""
status_chr = " Charging"
status_bat = " Battery"
status_unk = "? UNK" status_unk = "? UNK"
status_full = " FULL" status_full = " Full"
path = "/sys/class/power_supply/BAT%d/uevent" path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 10 low_threshold = 10
} }