summaryrefslogtreecommitdiff
path: root/lib/Loadbars/Shared.pm
diff options
context:
space:
mode:
authorpbuetow <puppet@mx.buetow.org>2012-07-02 20:14:20 +0200
committerpbuetow <puppet@mx.buetow.org>2012-07-02 20:14:20 +0200
commitc8814fd96c8e14d2e4d44c6eb0fb76ef8eccbe52 (patch)
tree8558c11b548fa67618c025631f041b92d683981a /lib/Loadbars/Shared.pm
parent1d961f0d6ea149e16ef6d693c8137b45db5250f1 (diff)
extended toggle messages, initial netusepeak param
Diffstat (limited to 'lib/Loadbars/Shared.pm')
-rw-r--r--lib/Loadbars/Shared.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm
index 6ef7d68..3411a6b 100644
--- a/lib/Loadbars/Shared.pm
+++ b/lib/Loadbars/Shared.pm
@@ -41,21 +41,22 @@ our %I : shared;
# Setting defaults
%C = (
title => undef,
- cpuaverage => 15,
- netaverage => 15,
barwidth => 35,
+ cpuaverage => 15,
extended => 0,
factor => 1,
hasagent => 0,
height => 230,
maxwidth => 1250,
+ netaverage => 15,
+ netint => 'eth0',
+ netusepeak => 0,
showcores => 0,
showmem => 0,
shownet => 0,
showtext => 1,
showtexthost => 0,
sshopts => '',
- netint => 'eth0',
);
%I = (