Thought it would be a good idea to add a time remaining on battery before it dies in the battery info text options
This already exists, bi(fullempty), from formula examples:
Time to next expected charged/discharged event
$if(bi(charging) = 0, discharged, charged)$ $tf(bi(fullempty))$
2 Likes