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'm back earlier than expected - check out #107 for an earlier version of this PR) 1. Adds a percentage symbol at the end of battery percentage when used in...

In WSL 5.10.16.3-microsoft-standard-WSL2 #1, the status of discharging battery becomes "not charging", so the status_icon shows a "?"

This can be fixed either by removing `battery_status_bg` from the README. Alternatively, if it should be, add it (and `battery_status_fg`) to `battery.tmux`.

`pmset` can return the status `finishing charge`, which currently gets evaluated as "unknown" in `tmux-battery`. pmset returns this status [here](https://github.com/apple-oss-distributions/PowerManagement/blob/84de1dde1bcbfd48e18747da0a29f2f36b589755/pmset/pmset.m#L2344) and evaluates it [here](https://github.com/apple-oss-distributions/PowerManagement/blob/441d988387f9016888502d9916e098188f75fb1e/pmconfigd/BatteryTimeRemaining.m#L4227), essentially returning this as the battery...

Currently, there is no reliable way to determine whether or not a battery is available in the system, making this plugin less portable. There was an older issue regarding this:...

UPowers `pending-discharge` can be considered MacOS's equivalent of `attached` mode.