tmux-plugins / tmux-battery

Plug and play battery percentage and icon indicator for Tmux.
MIT License
503 stars 98 forks source link

Add option to hide the battery percentage if above user-defined threshold #96

Open pschmitt opened 4 years ago

pschmitt commented 4 years ago

This introduces a new config option to hide the battery percentage indicator if the current battery level is above it.

Example:

set -g @batt_percentage_hide_if_above 90

👆 would hide #{battery_percentage} if the battery level is > 90.