gpakosz/.tmux

`tmux_conf_battery_bar_palette="#xxxxxx,#yyyyyy,#zzzzzz"` seems broken

serpro69 opened this issue ยท 4 comments

Hi,

After I recently upgraded, it seems that using tmux_conf_battery_bar_palette with 3 colors is not supported anymore?

I've had it set to custom colors and noticed that battery bar disappeared after I've upgraded recently (current version 69a0bedc3604e97dcabd8365f78924fe7ab68fd3, previous version fd1bbb56148101f4b286ddafd98f2ac2dcd69cd8 )

At first blamed my changes to the tmux.conf.local, but then I tried to just use the default one and uncommented the tmux_conf_battery_bar_palette="#d70000,#e4e4e4,#000000 and that gives me the same result - the battery bar disappears

This is with tmux_conf_battery_bar_palette="gradient":

image

This is after uncommenting the next line tmux_conf_battery_bar_palette="#d70000,#e4e4e4,#000000" # red, white, black :

image

Hello @serpro69 ๐Ÿ‘‹

Sorry for that!
Can you please try the gh-724 branch?

Hi @gpakosz ,
Thanks for a prompt reply :)

gh-724 seems to have broken even more. This is how things look like for me after switching to that branch and restoring everything to defaults (just copied .tmux.conf.local again and then set separators to powerline) :

image

this is my current working view:

image

(using the gradient now for battery since this issue)

Hello @serpro69,

My bad I've used a non POSIX substitution.
Can you please try again? I pushed a fix.

Awesome! Seems to be fixed and working again ๐Ÿ˜€

image