feat(docs): update examples
This commit is contained in:
parent
3eb4ac5661
commit
322db16862
1 changed files with 18 additions and 8 deletions
26
README.md
26
README.md
|
@ -243,16 +243,19 @@ set -g @catppuccin_[module_name]_color" "color"
|
|||
set -g @catppuccin_[module_name]_text" "text"
|
||||
```
|
||||
|
||||
## Configuration Recipes
|
||||
## Configuration Examples
|
||||
|
||||
### Config 1
|
||||

|
||||
|
||||
```sh
|
||||
set -g @catppuccin_window_right_separator "█ "
|
||||
set -g @catppuccin_window_icon_position "right"
|
||||
set -g @catppuccin_window_number_position "right"
|
||||
set -g @catppuccin_window_middle_separator " | "
|
||||
set -g @catppuccin_window_color_fill "all"
|
||||
|
||||
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 "█"
|
||||
|
@ -266,10 +269,13 @@ set -g @catppuccin_date_time_text "%Y-%m-%d %H:%M:%S"
|
|||
```sh
|
||||
set -g @catppuccin_window_left_separator "█"
|
||||
set -g @catppuccin_window_right_separator "█ "
|
||||
set -g @catppuccin_window_icon_position "right"
|
||||
set -g @catppuccin_window_number_position "right"
|
||||
set -g @catppuccin_window_middle_separator " █"
|
||||
set -g @catppuccin_window_color_fill "number"
|
||||
set -g @catppuccin_window_current_format_directory_text "#{pane_current_path}"
|
||||
|
||||
set -g @catppuccin_window_default_fill "number"
|
||||
|
||||
set -g @catppuccin_window_current_fill "number"
|
||||
set -g @catppuccin_window_current_text "#{pane_current_path}"
|
||||
|
||||
set -g @catppuccin_status_modules "application session date_time"
|
||||
set -g @catppuccin_status_left_separator ""
|
||||
|
@ -287,8 +293,12 @@ set -g @catppuccin_window_left_separator ""
|
|||
set -g @catppuccin_window_right_separator " "
|
||||
set -g @catppuccin_window_icon_position "right"
|
||||
set -g @catppuccin_window_middle_separator " █"
|
||||
set -g @catppuccin_window_color_fill "number"
|
||||
set -g @catppuccin_window_format_style "application"
|
||||
|
||||
set -g @catppuccin_window_default_fill "number"
|
||||
set -g @catppuccin_window_default_text "#W"
|
||||
|
||||
set -g @catppuccin_window_current_fill "number"
|
||||
set -g @catppuccin_window_current_text "#W"
|
||||
|
||||
set -g @catppuccin_status_modules "directory user host session"
|
||||
set -g @catppuccin_status_left_separator " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue