diff --git a/README.md b/README.md index 1c72e25..29ef238 100644 --- a/README.md +++ b/README.md @@ -393,16 +393,17 @@ This module depends on [tmux-loadavg](https://github.com/jamesoff/tmux-loadavg). The prefered way to install tmux-loadavg is using [TPM](https://github.com/tmux-plugins/tpm). #### Configure -Load tmux-weather after you load catppuccin. +Load tmux-loadavg after you load catppuccin. ```sh set -g @plugin 'catppuccin/tmux' ... set -g @plugin 'jamesoff/tmux-loadavg' ``` -Add the weather module to the status modules list. +Add the load module to the status modules list. ```sh set -g @catppuccin_status_modules_right "... load ..." +``` ### Uptime module @@ -414,6 +415,7 @@ The prefered way to install tmux-uptime is using [TPM](https://github.com/tmux-p #### Configure Load tmux-uptime after you load catppuccin. + ```sh set -g @plugin 'catppuccin/tmux' ...