Explorar el Código

Use nicer battery status formatting

Alois Mahdal hace 10 años
padre
commit
4284ad2e4c
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7
    1
      dotfiles/i3status.conf

+ 7
- 1
dotfiles/i3status.conf Ver fichero

@@ -19,7 +19,13 @@ order += "volume master"
19 19
 order += "tztime local"
20 20
 
21 21
 battery 0 {
22
-    format = "%status %percentage %remaining"
22
+       format = "%status %percentage %remaining %emptytime"
23
+       format_down = "?B0"
24
+       status_chr = "⚇C0"
25
+       status_bat = "⚡B0"
26
+       status_full = "☻F0"
27
+       path = "/sys/class/power_supply/BAT%d/uevent"
28
+       low_threshold = 10
23 29
 }
24 30
 
25 31
 tztime local {