diff options
-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" } |