diff options
author | Mustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com> | 2021-01-26 02:44:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 02:44:13 +0300 |
commit | 6c0dfddead48e603826fbf637fe51f02e8320223 (patch) | |
tree | 3ac7796df10cd487598e4c256c96a84ab08a39fd /rsblocks.yml | |
parent | 9525a1075199d5fd202d1744dc502ff5a766aa99 (diff) |
Reads network bandwith (#39)
* updated crate version
* updated crate version
* rsblocks now reads netspeed per second
Diffstat (limited to 'rsblocks.yml')
-rw-r--r-- | rsblocks.yml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/rsblocks.yml b/rsblocks.yml index 2e32148..d5981ff 100644 --- a/rsblocks.yml +++ b/rsblocks.yml @@ -1,9 +1,7 @@ # This is the full configuration template available for rsblocks. - # NOTE: the (delay) is in **SECONDS** and the float point "." is required. -general: - seperator: '┃' +seperator: '┃' # Time always running, no enabled option for this @@ -12,6 +10,14 @@ time: format: '%d %b, %I:%M:%S %p' delay: 1.0 + +# ethernet/wifi bandwith +netspeed: + transmit_icon: '' + recieve_icon: '' + interface: 'wlan0' + enabled: false + memory: icon: '▦' |