Merge pull request #158 from JesseStorms/patch-1

Fixed typos and formatting oversight in readme.md
This commit is contained in:
vdbe 2024-03-13 18:51:07 +01:00 committed by GitHub
commit cece0c3677
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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