diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2014-08-07 16:27:25 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2014-08-07 16:27:25 +0200 |
| commit | 2601fb61aa080a159bdf2bc78ba5548b992fd27a (patch) | |
| tree | 55031be9dcfb5af9f7d48c046fb03412ed7cab24 | |
| parent | fbf211afd35c5d1b55b4b9f07a07ef9d0ac8ce50 (diff) | |
adjust some default values to the net_rate module wrt issue #40
| -rw-r--r-- | modules/net_rate.py | 4 |
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 |
