aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2019-12-11 18:12:33 +0100
committerCamil Staps2019-12-11 18:13:48 +0100
commit94f29d56c68024fe9d3860d8ba2539a212314387 (patch)
treee9f62fe229018bd314e3db2d28f9d001a96ba1c0
parentMove cmus-remote handling from i3status fork to i3status.py, to remove depend... (diff)
Add icon for unknown status of battery in i3status bar
-rw-r--r--i3/.i3status.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/i3/.i3status.conf b/i3/.i3status.conf
index 0b7c09f..9d3111f 100644
--- a/i3/.i3status.conf
+++ b/i3/.i3status.conf
@@ -30,6 +30,7 @@ battery 0 {
status_chr = "⚇"
status_bat = "⚡"
status_full = "☻"
+ status_unk = "?"
low_threshold = 30
threshold_type = "percentage"
}