* feat(window-builder): get window separator based on window type
* feat(window-format): send window type param to builder
fix: apply suggestions from code review
* feat(readme): add window type separator options
`@catppuccin_window_status_enable` and
`@catppuccin_window_status_icon_enable` have been merged into
`@catppuccin_window_status`.
Current configurations will remain to work but receive a warning message of the
change.
Most catppuccin ports have adopted the spelling flavor.
`@catppuccin_flavour` is still available but no longer documented and
`@catppuccin_flavor` takes priority.
* feat: bootstrap release please
* docs: add instruction to install a tag/release via tpm
* chore: add `tmux.conf` placeholder for bug template
* docs: add CONTRIBUTING.md
Copied from 3fdc011242/CONTRIBUTING.md
* refactor: change vlatest to latest
* docs: remove merge instructions
* docs: use full version as tag msg
* feat(status, window): add option to make overwrite status background color, add option to set the separator between windows
* feat(window): update documentation
* feat(window): update documentation
* Add tmux-clima as a module
* Update tmux option names according to the clima module
* Add README for tmux-clima
* Update README.md according to suggestions
* Remove unnecessary readme part
---------
Co-authored-by: vdbewout <vdbewout@gmail.com>
This allows setting the status bar visibility on load, rather than
forcing it to be on by default. It also prevents flashing from the
status bar if the status bar is disabled in config after plugins are
loaded.
Weather module
Requirements
This module depends on https://github.com/xamut/tmux-weather.
Install
The preferred way to install tmux-weather is using TPM.
Configure
Load tmux-weather after you load catppuccin.
set -g @plugin 'catppuccin/tmux'
...
set -g @plugin 'xamut/tmux-weather'
Add the weather module to the status modules list.
set -g @catppuccin_status_modules" "... weather ..."
CPU module
Requirements
This module depends on [`tmux-cpu`](https://github.com/tmux-plugins/tmux-cpu).
Install
The prefered way to install tmux-cpu is using [TPM](https://github.com/tmux-plugins/tpm).
Configure
Load tmux-cpu after you load catppuccin.
set -g @plugin 'catppuccin/tmux'
...
set -g @plugin 'tmux-plugins/tmux-cpu'
Add the cpu module to the status modules list.
set -g @catppuccin_status_modules" "... cpu ..."