diff options
author | Mustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com> | 2021-01-19 06:38:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 06:38:03 +0300 |
commit | e6f9ce2ed5da0eb833d548a613c3b70360c9f4b5 (patch) | |
tree | cbaf078617eda25bfb90f78f92a6f9a7306ee3de /rsblocks.yml | |
parent | 7b59d5922266ed0793a2892464ef43cf23ec119c (diff) | |
parent | 3596f13cc353aac4a675086af05643d2bad91ac1 (diff) |
Merge pull request #37 from MustafaSalih1993/dev
added reading load average
Diffstat (limited to 'rsblocks.yml')
-rw-r--r-- | rsblocks.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rsblocks.yml b/rsblocks.yml index 65a5569..ff173ea 100644 --- a/rsblocks.yml +++ b/rsblocks.yml @@ -38,6 +38,13 @@ cpu_temperature: delay: 120.0 +# cpu load average +loadavg: + icon: '' + enable: false + delay: 2.0 + + mpd: icon: '' host: '127.0.0.1' |