tmux-battery icon indicating copy to clipboard operation
tmux-battery copied to clipboard

Plug and play battery percentage and icon indicator for Tmux.

Results 27 tmux-battery issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

bug
enhancement

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...

bug

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...

![Screenshot_20240227_161418_com termux](https://github.com/tmux-plugins/tmux-battery/assets/32936898/d253d384-c0e5-4313-a019-3eed196c2cad) 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 ![image](https://github.com/tmux-plugins/tmux-battery/assets/4248857/15438da2-269c-44db-ba88-4b7118bf6c32)