Add space to default window status icons
This commit is contained in:
parent
32df6db4b4
commit
8cb36097d1
2 changed files with 14 additions and 15 deletions
14
README.md
14
README.md
|
@ -131,13 +131,13 @@ Values:
|
|||
|
||||
#### Override windows status icons
|
||||
```sh
|
||||
set -g @catppuccin_icon_window_last ""
|
||||
set -g @catppuccin_icon_window_current ""
|
||||
set -g @catppuccin_icon_window_zoom ""
|
||||
set -g @catppuccin_icon_window_mark ""
|
||||
set -g @catppuccin_icon_window_silent ""
|
||||
set -g @catppuccin_icon_window_activity ""
|
||||
set -g @catppuccin_icon_window_bell ""
|
||||
set -g @catppuccin_icon_window_last " "
|
||||
set -g @catppuccin_icon_window_current " "
|
||||
set -g @catppuccin_icon_window_zoom " "
|
||||
set -g @catppuccin_icon_window_mark " "
|
||||
set -g @catppuccin_icon_window_silent " "
|
||||
set -g @catppuccin_icon_window_activity " "
|
||||
set -g @catppuccin_icon_window_bell " "
|
||||
```
|
||||
|
||||
### Window default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue