diff --git a/README.md b/README.md index 7ebe385a..ada9b5be 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ The tmux status line modules are set as variables and prefixed with `@catppuccin To use the `application` and `session` modules on the right and have nothing on the left: ```sh -set -gF status-right "#{E:@catpuccin_status_application}#{E:@catppuccin_status_session}" +set -g status-right "#{E:@catpuccin_status_application}#{E:@catppuccin_status_session}" set -g status-left "" ``` @@ -306,11 +306,11 @@ set -g @catppuccin_date_time_text "%Y-%m-%d %H:%M:%S" # Run catppuccin plugin manually or through tpm # ... -set -gF status-right "#{E:@catppuccin_status_application}" -set -agF status-right "#{E:@catppuccin_status_session}" -set -agF status-right "#{E:@catppuccin_status_user}" -set -agF status-right "#{E:@catppuccin_status_host}" -set -agF status-right "#{E:@catppuccin_status_date_time}" +set -g status-right "#{E:@catppuccin_status_application}" +set -ag status-right "#{E:@catppuccin_status_session}" +set -ag status-right "#{E:@catppuccin_status_user}" +set -ag status-right "#{E:@catppuccin_status_host}" +set -ag status-right "#{E:@catppuccin_status_date_time}" ``` ### Config 2 @@ -365,10 +365,10 @@ set -g @catppuccin_directory_text "#{pane_current_path}" # Run catppuccin plugin manually or through tpm # ... -set -gF status-right "#{E:@catppuccin_status_directory}" -set -agF status-right "#{E:@catppuccin_status_user}" -set -agF status-right "#{E:@catppuccin_status_host}" -set -agF status-right "#{E:@catppuccin_status_session}" +set -g status-right "#{E:@catppuccin_status_directory}" +set -ag status-right "#{E:@catppuccin_status_user}" +set -ag status-right "#{E:@catppuccin_status_host}" +set -ag status-right "#{E:@catppuccin_status_session}" ``` [style-guide]: https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md diff --git a/status/README.md b/status/README.md index 782def18..e28e1e7c 100644 --- a/status/README.md +++ b/status/README.md @@ -57,7 +57,7 @@ set -g @plugin 'tmux-plugins/tmux-battery' Add the battery module to the status modules list. ```sh -set -g @catppuccin_status_modules_right "... #{E:@catppuccin_status_battery} ..." +set -ag status-right "... #{E:@catppuccin_status_battery} ..." ``` ### CPU module @@ -83,7 +83,7 @@ set -g @plugin 'tmux-plugins/tmux-cpu' Add the cpu module to the status modules list. ```sh -set -g @catppuccin_status_modules_right "... #{E:@catppuccin_status_cpu} ..." +set -ag status-right "... #{E:@catppuccin_status_cpu} ..." ``` ### Weather modules @@ -111,7 +111,7 @@ set -g @plugin 'xamut/tmux-weather' Add the weather module to the status modules list: ```sh -set -g @catppuccin_status_modules_right "... #{E:@catppuccin_status_weather} ..." +set -ag status-right "... #{E:@catppuccin_status_weather} ..." ``` #### tmux-clima @@ -137,7 +137,7 @@ set -g @plugin 'vascomfnunes/tmux-clima' Add the weather module to the status modules list. ```sh -set -g @catppuccin_status_modules_right "... #{E:@catppuccin_status_clima} ..." +set -ag status-right "... #{E:@catppuccin_status_clima} ..." ``` ### Load module @@ -163,7 +163,7 @@ set -g @plugin 'jamesoff/tmux-loadavg' Add the load module to the status modules list. ```sh -set -g @catppuccin_status_modules_right "... #{E:@catppuccin_status_load} ..." +set -ag status-right "... #{E:@catppuccin_status_load} ..." ``` ### Gitmux module @@ -181,7 +181,7 @@ To install gitmux, follow the instructions in the [gitmux documentation](https:/ Add the gitmux module to the status modules list. ```sh -set -g @catppuccin_status_modules_right "... #{E:@catppuccin_status_gitmux} ..." +set -ag status-right "... #{E:@catppuccin_status_gitmux} ..." ``` To customize the gitmux module, you can follow the instrucctions in the [gitmux documentation](https://github.com/arl/gitmux/blob/main/README.md#customizing) and add this line in your tmux configuration: @@ -213,7 +213,7 @@ set -g @plugin 'olimorris/tmux-pomodoro-plus' Add the pomodoro module to the status modules list. ```sh -set -g @catppuccin_status_modules_right "... #{E:@catppuccin_status_pomodoro_plus} ..." +set -ag status-right "... #{E:@catppuccin_status_pomodoro_plus} ..." ``` ### Kube module @@ -237,7 +237,7 @@ set -g @plugin 'jonmosco/kube-tmux' Add the tmux module to the status modules list. ```sh -set -g @catppuccin_status_modules_right "... #{E:@catppuccin_status_kube} ..." +set -ag status-right "... #{E:@catppuccin_status_kube} ..." ``` Optionally override the kube-tmux colors