tmux-plugins / tmux-battery

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

Allow to put colors in discharging icons #60

Closed he8us closed 7 years ago

he8us commented 7 years ago

I'm using character as icons and I want to put colors around the icon depending on the status. It wasn't working, so I fixed it...

My config:

set -g @batt_full_charge_icon "#[fg=green] test#[fg=default]"
set -g @batt_high_charge_icon "#[fg=yellow] test#[fg=default]"
set -g @batt_medium_charge_icon "#[fg=orange] test#[fg=default]"
set -g @batt_low_charge_icon "#[fg=red] test#[fg=default]"