diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-18 01:32:16 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-18 01:32:16 +0000 |
commit | e27f2e877e8b7edec765aff2fedf42a556384e90 (patch) | |
tree | cae77951502341161ef2ca99ecc60178ef8cd360 | |
parent | fa80e3beb070809add7f49901321de3f9ad58836 (diff) | |
download | dotfiles-e27f2e877e8b7edec765aff2fedf42a556384e90.tar.gz dotfiles-e27f2e877e8b7edec765aff2fedf42a556384e90.tar.bz2 dotfiles-e27f2e877e8b7edec765aff2fedf42a556384e90.zip |
~icons for i3status battery status
Using all-the-icons in Emacs for these solutions. Look better
-rw-r--r-- | i3status.conf | 6 |
1 files 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 } |