tmux icon indicating copy to clipboard operation
tmux copied to clipboard

The `#[bg=default]` does not work properly(?)

Open Dolfost opened this issue 1 year ago • 4 comments

I am trying to set the @catppuccin_battery_text to "#{battery_color_charge_fg}#{battery_percentage}" Result is: Screenshot 2024-01-07 at 4 55 27 PM (notice the background of 100%)

So, to make it the default one I do

set -g @catppuccin_battery_text "#{battery_color_charge_fg}#[bg=default]#{battery_percentage}"

But I get the same result. How to get the status line background color?

Dolfost avatar Jan 07 '24 15:01 Dolfost