mirror of
https://github.com/vale981/yabar
synced 2025-03-05 09:31:39 -05:00
small update README.
This commit is contained in:
parent
8bc7faa167
commit
217bdf1bb1
1 changed files with 2 additions and 0 deletions
|
@ -265,11 +265,13 @@ Yabar has a growing set of useful blocks. You can try out the sampe config locat
|
||||||
internal-suffix: "%";
|
internal-suffix: "%";
|
||||||
|
|
||||||
* Disk IO activity: It checks out the file `/sys/class/block/NAME/stat` and then computes the read and write rates. Example:
|
* Disk IO activity: It checks out the file `/sys/class/block/NAME/stat` and then computes the read and write rates. Example:
|
||||||
|
|
||||||
exec: "YABAR_DISKIO";
|
exec: "YABAR_DISKIO";
|
||||||
internal-option1: "sda"; #i.e. Replace NAME with your corresponding name
|
internal-option1: "sda"; #i.e. Replace NAME with your corresponding name
|
||||||
internal-option2: " "; #Two Strings (usually 2 font icons) to be injected before down/up values
|
internal-option2: " "; #Two Strings (usually 2 font icons) to be injected before down/up values
|
||||||
interval: 1;
|
interval: 1;
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Yabar is licensed under the MIT license. For more info check out the file `LICENSE`.
|
Yabar is licensed under the MIT license. For more info check out the file `LICENSE`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue