Merge branch 'main' into main

This commit is contained in:
Valentin Uveges 2024-01-17 20:39:31 +02:00 committed by GitHub
commit eff369c9ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 55 additions and 2 deletions

View file

@ -37,3 +37,7 @@ You can configure a custom path for your modules by setting the `@catppuccin_cus
```sh
set -g @catppuccin_custom_plugin_dir "<path>"
```
To use the output of a command, use e.g. `local text="$(get_tmux_option "@catppuccin_test_text" "#(date +%T)")"`.
To use the output of a script, use e.g. `local text="$(get_tmux_option "@catppuccin_test_text" "#($HOME/my_script.sh)")"`.