From 23cc78cc0a713ef1d28d28082cff2666ec98364d Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Wed, 4 Dec 2019 13:06:54 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5233ee8..44cf792 100644 --- a/README.md +++ b/README.md @@ -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.