From ada99c0af5665828abc725923bf2f104c577c852 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Tue, 31 Mar 2015 13:14:25 +0200 Subject: move config parameters on every module docstring, overall QA --- py3status/modules/netdata.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'py3status/modules/netdata.py') diff --git a/py3status/modules/netdata.py b/py3status/modules/netdata.py index c43ad06..9e81710 100644 --- a/py3status/modules/netdata.py +++ b/py3status/modules/netdata.py @@ -2,6 +2,11 @@ """ Display network speed and bandwidth usage. +Configuration parameters: + - cache_timeout : 0 by default, you usually want continuous monitoring + - low_* / med_* : coloration thresholds + - nic : the network interface to monitor (defaults to eth0) + @author Shahin Azad """ @@ -40,10 +45,6 @@ class GetData: class Py3status: """ - Configuration parameters: - - cache_timeout : 0 by default, you usually want continuous monitoring - - low_* / med_* : coloration thresholds - - nic : the network interface to monitor (defaults to eth0) """ # available configuration parameters cache_timeout = 2 -- cgit v1.3