aboutsummaryrefslogtreecommitdiff
path: root/i3status.conf
diff options
context:
space:
mode:
Diffstat (limited to 'i3status.conf')
-rw-r--r--i3status.conf6
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
}