Merge pull request #148 from connordeckers/main
feat(config): allow status bar to be disabled by default
This commit is contained in:
commit
aa12d6f0ef
2 changed files with 6 additions and 1 deletions
|
@ -218,6 +218,10 @@ set -g @catppuccin_pane_active_border_style "fg=red" # Use a value compatible wi
|
|||
|
||||
|
||||
### Status
|
||||
#### Set the default status bar visibility
|
||||
```sh
|
||||
set -g @catppuccin_status_default "off" # defaults to "on"
|
||||
```
|
||||
|
||||
#### Set the status module left separator:
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue