tmux-battery
tmux-battery copied to clipboard
Plug and play battery percentage and icon indicator for Tmux.
I used to see time remaining in the format `HH:MM`, now it seems to be showing as `H.M`. Have only noticed in the past few days so assume it must...
I had been having a problem with tmux whereby after it being running for periods of upwards of 12 or 24 hours I would observe spikes in cpu usage and...
At the moment battery_status colour is defined only based on battery percentage. When using short format for remaining time, one can't distinguish between charging and discharging. Therefore a colour indicating...
In my status, I have the following: ```'#{?battery_icon,, | #{battery_icon}#{battery_percentage}}``` which displays correctly on my macbook, but shows | on a remote machine with no battery. So this means that...
Hi, I'm new to tux and pwerline, and I'm trying to use this plugin. Though, there is no indication at the pwerline status bar. I only get `Batt: ` and...
 Android's normal APP doesn't have enough permission to get battery information like GNU/Linux. We must use a different way. Refer https://github.com/lambdalisue/battery.vim/blob/master/autoload/battery/backend/termux.vim which is a vim statusbar plugin to...
use termux-battery-status to get percentage detect jq is_wsl read /proc/version, which termux doesn't have permission. So detect termux-battery-status firstly. Close #113
Useful to add something like `blink` on different states For example, I use `blink` on charge_tier2 and charge_tier1 to draw attention to the low battery status.
Implementation of icon that changes depending if the device is charging
add support for displaying the charging watts on osx via the `SPPowerDataType` tool 