summaryrefslogtreecommitdiff
path: root/i3status.conf
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2016-08-29 09:45:15 +0200
committerGitHub <noreply@github.com>2016-08-29 09:45:15 +0200
commitad8b034e4847056429386eb642b02978a5921ec1 (patch)
treec49efb14c7983dad7fa215d6d96d6edd56f9b30f /i3status.conf
parent15de209cbaee6827f061e8d2788c9db232012c6b (diff)
parentdc072f9f5353dc8adab14b2de99f0c1abb25e8d8 (diff)
Merge pull request #140 from tommie/multibatt
Implement aggregates in print_battery_info
Diffstat (limited to 'i3status.conf')
-rw-r--r--i3status.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/i3status.conf b/i3status.conf
index 2d71a54..7f37964 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -15,7 +15,7 @@ order += "ipv6"
order += "disk /"
order += "wireless _first_"
order += "ethernet _first_"
-order += "battery 0"
+order += "battery all"
order += "load"
order += "tztime local"
@@ -30,7 +30,7 @@ ethernet _first_ {
format_down = "E: down"
}
-battery 0 {
+battery all {
format = "%status %percentage %remaining"
}