Fixed typos and formatting oversight in readme.md
This commit is contained in:
parent
f31184d099
commit
45e4dec2bb
1 changed files with 4 additions and 2 deletions
|
@ -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).
|
The prefered way to install tmux-loadavg is using [TPM](https://github.com/tmux-plugins/tpm).
|
||||||
|
|
||||||
#### Configure
|
#### Configure
|
||||||
Load tmux-weather after you load catppuccin.
|
Load tmux-loadavg after you load catppuccin.
|
||||||
```sh
|
```sh
|
||||||
set -g @plugin 'catppuccin/tmux'
|
set -g @plugin 'catppuccin/tmux'
|
||||||
...
|
...
|
||||||
set -g @plugin 'jamesoff/tmux-loadavg'
|
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
|
```sh
|
||||||
set -g @catppuccin_status_modules_right "... load ..."
|
set -g @catppuccin_status_modules_right "... load ..."
|
||||||
|
```
|
||||||
|
|
||||||
### Uptime module
|
### Uptime module
|
||||||
|
|
||||||
|
@ -414,6 +415,7 @@ The prefered way to install tmux-uptime is using [TPM](https://github.com/tmux-p
|
||||||
|
|
||||||
#### Configure
|
#### Configure
|
||||||
Load tmux-uptime after you load catppuccin.
|
Load tmux-uptime after you load catppuccin.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
set -g @plugin 'catppuccin/tmux'
|
set -g @plugin 'catppuccin/tmux'
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue