feat(docs): add note to kill tmux server between config reloads in order to clear global vars
This commit is contained in:
parent
07fc6e6c14
commit
6508783867
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -274,6 +274,15 @@ Look into custom/README.md for more details.
|
|||
Any file added to the custom folder will be preserved when updating catppuccin.
|
||||
|
||||
## Configuration Examples
|
||||
Below are provided a few configurations as examples or starting points.
|
||||
|
||||
Note:
|
||||
When switching bettwen configurations run:
|
||||
```sh
|
||||
tmux kill-server
|
||||
```
|
||||
In order to kill the tmux server and clear all global variables.
|
||||
|
||||
|
||||
### Config 1
|
||||

|
||||
|
@ -288,7 +297,8 @@ set -g @catppuccin_window_default_fill "none"
|
|||
set -g @catppuccin_window_current_fill "all"
|
||||
|
||||
set -g @catppuccin_status_modules "application session user host date_time"
|
||||
set -g @catppuccin_status_left_separator "█"
|
||||
set -g @catppuccin_status_left_separator "█"
|
||||
set -g @catppuccin_status_right_separator "█"
|
||||
|
||||
set -g @catppuccin_date_time_text "%Y-%m-%d %H:%M:%S"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue