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

When using a multi-line status-format, having the interpolation restricted to status_left and status_right is problematic. This adds an option to configure which options are interpolated by the plugin. Because there...

When switching from bash to zsh on my Macbook the `battery_percentage` output went from the normal `%100` to `[1;35;40m[K100%[m[K` after messing with it for a while I realized I had...

My laptop is an over achiever and has two batteries. BAT0 and BAT1. Only BAT0 shows up in tmux. While helpful, it only shows me accurate status info when BAT0...

Closes #90 Added a text version. Going to try and make it more obvious by changing the foreground color to red?

I'd like to follow your recommendation to use acpi over upower. However, I get no battery status via acpid, only via upowerd. Each or both are lauched via systemd. I...

This introduces a new config option to hide the battery percentage indicator if the current battery level is above it. Example: ```tmux set -g @batt_percentage_hide_if_above 90 ``` 👆 would hide...

- Situation ```zsh ✗ pmset -g batt Now drawing from 'AC Power' ``` When I use `pmset` command using in helpers.sh, I get above output.My PC does not have battery,...

It's usually great to keep your computer's charge between 20 and 80% and we can add this feature to this plugin.

Upower output was 98,4789% which mess up the icon and graph view as well. Basically for me the float number used `,` instead of `.` and the `${percentage%.*%}` did not...

Hi, Thanks for great tmux plug-in! It might be great to have UPS support. On my workstation it's reported as ups device ``` >> upower -e /org/freedesktop/UPower/devices/ups_hiddev0 /org/freedesktop/UPower/devices/mouse_0003 /org/freedesktop/UPower/devices/mouse_hidpp_battery_0 /org/freedesktop/UPower/devices/DisplayDevice...