Fixed typos and formatting oversight in readme.md

This commit is contained in:
Jesse Storms 2024-03-13 18:36:53 +01:00
parent f31184d099
commit 45e4dec2bb
No known key found for this signature in database
GPG key ID: BF3CE30F56535421

View file

@ -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'
...