aboutsummaryrefslogtreecommitdiffstats
path: root/dot_config/i3/i3status.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_config/i3/i3status.conf (renamed from etc/i3status.conf)16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/i3status.conf b/dot_config/i3/i3status.conf
index 7d4ff28..0f1f048 100644
--- a/etc/i3status.conf
+++ b/dot_config/i3/i3status.conf
@@ -37,10 +37,10 @@ ethernet _first_ {
battery all {
format = "%status %percentage %remaining %emptytime"
format_down = "No battery"
- status_chr = "⚡ CHR"
- status_bat = "🔋 BAT"
- status_unk = "❓ UNK"
- status_full = "😈 FULL"
+ status_chr = "CHR"
+ status_bat = "BAT"
+ status_unk = "UNK"
+ status_full = "FULL"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 20
color_bad="red"
@@ -49,10 +49,10 @@ battery all {
battery 0 {
format = "%status %percentage"
format_down = "No battery"
- status_chr = "🔌 CHR"
- status_bat = "🔋 BAT"
- status_unk = "? UNK"
- status_full = "☻ FULL"
+ status_chr = "CHR"
+ status_bat = "BAT"
+ status_unk = "UNK"
+ status_full = "FULL"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 20
color_bad="red"