Quick workaround script which I have bound to a key
to get the time remaining stuff

#!/bin/sh
timeremaining="$(upower -d | grep "time to empty" | awk -F : '{print $2}' | cut 
-c 8-)"
notify-send "$timeremaining" "before the juice runs out"

-- 
please include status messages/tooltips
https://bugs.launchpad.net/bugs/527458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to