From 45e4dec2bb683e1aef0111b1ca154277bedb27e3 Mon Sep 17 00:00:00 2001 From: Jesse Storms Date: Wed, 13 Mar 2024 18:36:53 +0100 Subject: [PATCH] Fixed typos and formatting oversight in readme.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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' ...