You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to get the estimated time remaining. For example with pmset the output is...
> pmset -g ps
Now drawing from 'Battery Power'
-InternalBattery-0 (id=6094947) 94%; discharging; 7:08 remaining present: true
Although the code doesn't currently do it, you could parse the 7:08 remaining part and store it in the battery_status structure. This opens up the user to be able to display it on the statusline (although it may be a bit long).
"At some point" it may be possible to mouse hover the battery icon and display the time remaining in a tip.
The text was updated successfully, but these errors were encountered:
It's possible to get the estimated time remaining. For example with pmset the output is...
Although the code doesn't currently do it, you could parse the 7:08 remaining part and store it in the battery_status structure. This opens up the user to be able to display it on the statusline (although it may be a bit long).
"At some point" it may be possible to mouse hover the battery icon and display the time remaining in a tip.
The text was updated successfully, but these errors were encountered: