summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2014-08-07 16:27:25 +0200
committerUltrabug <ultrabug@gentoo.org>2014-08-07 16:27:25 +0200
commit2601fb61aa080a159bdf2bc78ba5548b992fd27a (patch)
tree55031be9dcfb5af9f7d48c046fb03412ed7cab24 /modules
parentfbf211afd35c5d1b55b4b9f07a07ef9d0ac8ce50 (diff)
adjust some default values to the net_rate module wrt issue #40
Diffstat (limited to 'modules')
-rw-r--r--modules/net_rate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/net_rate.py b/modules/net_rate.py
index e69cbec..22cf8f6 100644
--- a/modules/net_rate.py
+++ b/modules/net_rate.py
@@ -11,8 +11,8 @@ Module for displaying current network transfer rate.
@license Eclipse Public License
"""
-CACHED_TIME = 1 # update time (in seconds)
-POSITION = 1 # bar position
+CACHED_TIME = 5 # update time (in seconds)
+POSITION = 0 # bar position
DEVFILE = "/proc/net/dev" # location of dev file under /proc