vdbe
vdbe
The bash container is pinned to that tag to match the macos bash version.
See #192
I am guessing `set -g status-format[0 or 1] 'whatever you want'` catppuccin itself will only use 1 line
You could change the color of the module to match the background `set -g @catppuccin__color "#{thm_gray}" (depending on your `@catppuccin_status_fill` this should be `default` not `#{thm_gray}"). Will leave an extra...
Was indeed fixed by #265.
I'll leave this open to see if there is more demand for this. You can always place custom (not upstreamed modules) in `./custom` and those will get priority over the...
Can also be an other directory if you set `catppuccin_custom_plugin_dir` (it seems that this is not documented in the README is in custom/README). https://github.com/catppuccin/tmux/blob/e7cd05facc22c18fbab3f718d8ecd6494538fe38/catppuccin.tmux#L26-L27
> @vdbe Just wondering if this is still happening with the latest update. @xafarr don't know no longer use catppuccin/tmux.
Since the specified whiskers version is the _minimum required_ version we don't want to update it to the latest _minor_ version.
Pull requests are welcome see [custom](https://github.com/catppuccin/tmux/tree/main/custom) on how to create a module. Don't forget to set the fg/bg for the plugin with it's style options, I don't know how those...