vdbe

Results 52 comments of vdbe

What would be the preferred way to fix this? - Adding `when: sshd_packages|length>0` so that users can just set it to [] - Adding an extra option - ... I...

There seems to be an issue with the background between the windows `set -g @catppuccin_status_background "#ff0000"` with config: - provided in #177 ![Screenshot from 2024-04-08 10-57-19](https://github.com/catppuccin/tmux/assets/44153531/ba7ad047-e1c6-4207-995e-66449a6b1e6d) - [config 2](https://github.com/catppuccin/tmux#config-2) ![Screenshot...

I think you need to set `window-status-style` bg (and prbly also the active style) like done with `status-style` to get default working. https://github.com/catppuccin/tmux/blob/5ed4e8a6a20c928688da268dfcdf460ac9c3cb49/catppuccin.tmux#L56-L65

Is there _any_ possibility to reduce the line count of `build_window_format` it was bad before but this a 100 line switch statement with 4 almost identical cases/branches Some patterns (for...

My idea was to have the files in increasing priority, this way you can have a default common file and append system/user specific files. In other words search the list...

@kubkon this was fixed in d752bac

That is the default tmux behavior and not something that we can change easily. For now you can set the style to none: `tmux setw window-status-activity-style none` then it will...

~~This fixes a part of the issue from #197~~

![image](https://github.com/catppuccin/tmux/assets/44153531/0c965f55-da8b-47e6-9d53-87d94a9db700) Seems to work fine, used your exact config and also tmux 3.4. Is your pane in a git repo if not you will see this: ![image](https://github.com/catppuccin/tmux/assets/44153531/82b32e9a-9e0e-4262-825a-aff565d637cc) Can you provide...