diff options
| author | Paul Buetow <paul@buetow.org> | 2012-06-24 15:24:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-06-24 15:24:42 +0200 |
| commit | bdfd7c92ecde366f85a512da02ae657133960b1f (patch) | |
| tree | ec31c0b659a22900e887c94b38e3113ddf4594b7 /lib/Loadbars/Shared.pm | |
| parent | 93f2cfb231cefe6030557c6b1374a79cf5980175 (diff) | |
introduce net avg hotkeys
Diffstat (limited to 'lib/Loadbars/Shared.pm')
| -rw-r--r-- | lib/Loadbars/Shared.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm index d222910..7cd7f05 100644 --- a/lib/Loadbars/Shared.pm +++ b/lib/Loadbars/Shared.pm @@ -42,7 +42,7 @@ our %I : shared; # Setting defaults %C = ( title => undef, - cpuaverage => 15, + cpuaverage => 15, netaverage => 5, barwidth => 35, extended => 0, |
