feat(status): more clear variable names
Introduce more clear variable names for module lists.
This commit is contained in:
parent
e6890ce846
commit
6c06f6129b
2 changed files with 8 additions and 12 deletions
|
@ -213,15 +213,11 @@ Values:
|
|||
|
||||
#### Set the module list
|
||||
```sh
|
||||
set -g @catppuccin_status_modules "application session"
|
||||
set -g @catppuccin_status_modules_right "application session"
|
||||
set -g @catppuccin_status_modules_left ""
|
||||
```
|
||||
Provide a list of modules and the order in which you want them to appear in the status.
|
||||
|
||||
Modules can also be added to the left status:
|
||||
```sh
|
||||
set -g @catppuccin_left_status_modules "session"
|
||||
```
|
||||
|
||||
Available modules:
|
||||
- application - display the current window running application
|
||||
- directory - display the basename of the current window path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue