2019-12-04 13:06:32 +03:00
|
|
|
# Tmux helper
|
|
|
|
|
Small app that perform system check and print TMUX friendly output.
|
|
|
|
|
|
2019-12-04 12:58:26 +03:00
|
|
|

|
2019-12-04 13:06:32 +03:00
|
|
|
|
2019-12-04 13:06:54 +03:00
|
|
|
### Features:
|
2019-12-04 13:06:32 +03:00
|
|
|
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.
|
|
|
|
|
|
2019-12-04 13:06:54 +03:00
|
|
|
### Building
|
2019-12-04 13:06:32 +03:00
|
|
|
`cargo build --release`
|
|
|
|
|
or get binary on release page
|
|
|
|
|
|
2019-12-04 13:06:54 +03:00
|
|
|
### Customization
|
2019-12-04 13:06:32 +03:00
|
|
|
Colours are hardcoded but it's easy to change it. It defined as CONST in very beginning of main.rs file.
|