mirror of
https://github.com/tmux-plugins/tmux-battery.git
synced 2026-09-10 07:26:19 -04:00
* Adds support for changing bg color based on battery percentage.
- If #{battery_status_bg} is used, the background of this plugin's status bar will be:
- 'green' for 100% charged
- 'yellow' for 99% to 51% charge
- orange ('colour208') for 50% to 16% charge
- 'red' for 15% to 0% charge
* Adds support for background colors set in user's tmux config.
- The background colors can be configured via 'batt_color_full_charge', 'batt_color_high_charge', 'batt_color_medium_charge', and 'batt_color_low_charge'.
- Sane defaults are provided as well.
|
||
|---|---|---|
| .. | ||
| battery_charging.png | ||
| battery_discharging.png | ||
| battery_full.png | ||
| battery_remain.png | ||
| battery_status_bg_green.png | ||
| battery_status_bg_orange.png | ||
| battery_status_bg_red.png | ||
| battery_status_bg_yellow.png | ||