Browse Source

refactor battery: quote status symbols (py3status compatibility)

Fabian Peter Hammerle 4 years ago
parent
commit
b9b08670f5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      config

+ 3 - 3
config

@@ -36,9 +36,9 @@ ethernet _first_ {
 
 battery 0 {
     format = "%status %percentage %emptytime %consumption"
-    status_bat = ⚡
-    status_chr = ⚇
-    status_full = ☻
+    status_bat = ""
+    status_chr = ""
+    status_full = ""
     last_full_capacity = false # true
     integer_battery_capacity = true
     hide_seconds = true