From 94f29d56c68024fe9d3860d8ba2539a212314387 Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Wed, 11 Dec 2019 18:12:33 +0100
Subject: Add icon for unknown status of battery in i3status bar

---
 i3/.i3status.conf | 1 +
 1 file changed, 1 insertion(+)

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"
 }
-- 
cgit v1.2.3