From 3e8e0b8b18f17cc7412ebb443da6917a74529906 Mon Sep 17 00:00:00 2001 From: Mikael Knutsson Date: Thu, 7 May 2015 01:18:32 +0200 Subject: [PATCH] Added a mention of the new "ALL" battery_ident value which will summarise all batteries available --- i3pystatus/battery.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3pystatus/battery.py b/i3pystatus/battery.py index 24a7268..27a2c30 100644 --- a/i3pystatus/battery.py +++ b/i3pystatus/battery.py @@ -119,6 +119,8 @@ class BatteryChecker(IntervalModule): """ This class uses the /sys/class/power_supply/…/uevent interface to check for the battery status + It provides the "ALL" battery_ident which will summarise all available batteries + for the moment and aggregate the % as well as the time remaining on the charge. .. rubric:: Available formatters