Quote:
Originally Posted by statethatiamin
I found the command that the Kindle runs to check battery power as a percentage
"gasgauge-info -s"
|
useful, thanks!
my new kite script:
Code:
#!/bin/sh
gasgauge-info -s | xargs /usr/sbin/eips 47 1 >/dev/null
it flashes the battery percentage briefly in the top right corner of the screen.