Thread
:
[KDE] battery-status monitor (of a sort)
View Single Post
albright
2008-01-27 , 18:23
Posts: 145 | Thanked: 32 times | Joined on Dec 2007
#
8
looks like the latest battery-status fixes the hang if
fully charged problem (though it now always reports
"charging" even when the battery is full). Thanks to
the author.
If you have flite installed, the tablet can tell you the
battery level, add lines like these in the appopriate
place:
Code:
X=`battery-status | awk '{print $4}'` flite -t "battery status $X" &
P.S. it's tricky to do this in the tablet since the keyboard
lacks the " ` " symbol and the " ' " symbol (soft keyboard
has the latter)
Quote & Reply
|
albright
View Public Profile
Send a private message to albright
Find all posts by albright