diff options
author | Camil Staps | 2019-12-11 18:12:33 +0100 |
---|---|---|
committer | Camil Staps | 2019-12-11 18:13:48 +0100 |
commit | 94f29d56c68024fe9d3860d8ba2539a212314387 (patch) | |
tree | e9f62fe229018bd314e3db2d28f9d001a96ba1c0 | |
parent | Move 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.conf | 1 |
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" } |