summaryrefslogtreecommitdiffstats
path: root/py3status/modules/netdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'py3status/modules/netdata.py')
-rw-r--r--py3status/modules/netdata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/py3status/modules/netdata.py b/py3status/modules/netdata.py
index 9e81710..c537dbb 100644
--- a/py3status/modules/netdata.py
+++ b/py3status/modules/netdata.py
@@ -3,7 +3,7 @@
Display network speed and bandwidth usage.
Configuration parameters:
- - cache_timeout : 0 by default, you usually want continuous monitoring
+ - cache_timeout : how often we refresh this module in seconds (2s default)
- low_* / med_* : coloration thresholds
- nic : the network interface to monitor (defaults to eth0)
@@ -52,7 +52,7 @@ class Py3status:
low_traffic = 400
med_speed = 60
med_traffic = 700
- nic = 'wlp2s0'
+ nic = 'eth0'
def __init__(self):
self.old_transmitted = 0