Przeglądaj źródła

[i3] Use battery all for power instead of 0

Colin Powell 5 lat temu
rodzic
commit
710d685ac9
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      i3/.config/i3status/i3status.conf

+ 2 - 2
i3/.config/i3status/i3status.conf

@@ -8,7 +8,7 @@ general {
 }
 
 order += "volume master"
-order += "battery 0"
+order += "battery all"
 order += "disk /"
 order += "cpu_temperature 0"
 order += "load"
@@ -50,7 +50,7 @@ load {
 disk "/" {
 	format = " %avail"
 }
-battery 0 {
+battery all {
         format = "%status %percentage %remaining %emptytime"
         last_full_capacity = true
         integer_battery_capacity = true