vdbe
vdbe
There is no gitmux in you status-right output. this is my output: ``` status-right "#[fg=#{?client_prefix,#f38ba8,#a6e3a1},bg=default,nobold,nounderscore,noitalics]#[fg=#1e1e2e,bg=#{?client_prefix,#f38ba8,#a6e3a1},nobold,nounderscore,noitalics] #[fg=#cdd6f4,bg=#313244] #S#[fg=#313244,bg=#313244,nobold,nounderscore,noitalics]█#[fg=#a6e3a1,bg=#313244,nobold,nounderscore,noitalics]#[fg=#1e1e2e,bg=#a6e3a1,nobold,nounderscore,noitalics] #[fg=#cdd6f4,bg=#313244] #(gitmux \"#{pane_current_path}\")#[fg=#313244,bg=#313244,nobold,nounderscore,noitalics]█#[fg=#f5c2e7,bg=#313244,nobold,nounderscore,noitalics]#[fg=#1e1e2e,bg=#f5c2e7,nobold,nounderscore,noitalics] #[fg=#cdd6f4,bg=#313244] #W#[fg=#313244,bg=#313244,nobold,nounderscore,noitalics]█" ``` notice the: `... #[fg=#1e1e2e,bg=#a6e3a1,nobold,nounderscore,noitalics] #[fg=#cdd6f4,bg=#313244] #(gitmux \"#{pane_current_path}\")...
Trying to load a missing module should print an error. Made an issue for it. (merged)
Willing to implement it myself, just let me know.
For the option my idea was to have 1 place (2 nixos and home manager) where you use `mkOverride` with priority over `MkOptionDefault`. This way you don't need to touch...
All the IFD's at the time of writing ```nix # IFD's programs = { cava.catppuccin.enable = false; foot.catppuccin.enable = false; gh-dash.catppuccin.enable = false; imv.catppuccin.enable = false; kitty.catppuccin.enable = false; #...
Someone is already working on this, see #337.
Upstream change not yet in #307
Upstream change has reached #307
The icons are removed on a per module basis ``` # set -g @catppuccin_[module_name]_icon "" set -g @catppuccin_battery_icon "" set -g @catppuccin_weather_icon "" # ... ``` [override-the-specific-module-icon](https://github.com/catppuccin/tmux/blob/aa12d6f0ef74718868a645da8e5cd4773e369a97/README.md#override-the-specific-module-icon) Would be handy...
This change requires a tmux3.3a server 