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]"
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: