From e27f2e877e8b7edec765aff2fedf42a556384e90 Mon Sep 17 00:00:00 2001 From: AChavali Date: Tue, 18 Feb 2020 01:32:16 +0000 Subject: ~icons for i3status battery status Using all-the-icons in Emacs for these solutions. Look better --- i3status.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i3status.conf b/i3status.conf index e2b7380..727412d 100644 --- a/i3status.conf +++ b/i3status.conf @@ -26,11 +26,11 @@ disk /home { battery 0 { format = "%status %percentage %emptytime" - status_chr = "⚡ CHR" - status_bat = " BAT" format_down = "" + status_chr = " Charging" + status_bat = " Battery" status_unk = "? UNK" - status_full = "☻ FULL" + status_full = " Full" path = "/sys/class/power_supply/BAT%d/uevent" low_threshold = 10 } -- cgit v1.2.3-13-gbd6f