Update README.md

This commit is contained in:
House of Vanity
2019-12-04 13:06:54 +03:00
committed by GitHub
parent dec3226f41
commit 23cc78cc0a

View File

@@ -3,14 +3,14 @@ Small app that perform system check and print TMUX friendly output.
![Preview](.github/prev.png)
###Features:
### Features:
1. `tmux-helper -cb` print cpu load with bar.
2. `tmux-helper -mb` print memory usage with bar.
3. `tmux-helper -p` show current player status using d-bus.
###Building
### Building
`cargo build --release`
or get binary on release page
###Customization
### Customization
Colours are hardcoded but it's easy to change it. It defined as CONST in very beginning of main.rs file.