diff options
Diffstat (limited to 'i3status.conf')
-rw-r--r-- | i3status.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3status.conf b/i3status.conf index 32d77e9..0f96e5e 100644 --- a/i3status.conf +++ b/i3status.conf @@ -29,7 +29,7 @@ battery 0 { integer_battery_capacity = true low_threshold = 30 threshold_type = "percentage" - format = "%status %percentage %remaining (%consumption)" + format = "%status %percentage %remaining %consumption" path = "/sys/class/power_supply/BAT%d/uevent" } |