Browse Source

battery: adapted

Fabian Peter Hammerle 6 years ago
parent
commit
ac95a1da01
1 changed files with 7 additions and 1 deletions
  1. 7 1
      config

+ 7 - 1
config

@@ -35,7 +35,13 @@ ethernet _first_ {
 }
 
 battery 0 {
-    format = "%status %percentage %remaining"
+    format = "%status %percentage %emptytime %consumption"
+    status_full = ☻
+    last_full_capacity = false # true
+    integer_battery_capacity = true
+    hide_seconds = true
+    low_threshold = 30
+    threshold_type = time
 }
 
 run_watch DHCP {