summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul.buetow@1und1.de>2013-06-19 17:55:04 +0200
committerPaul Buetow <paul.buetow@1und1.de>2013-06-19 17:55:04 +0200
commit55a000ffc1728c38be17680e663eb5853643d75e (patch)
tree074181ad821c6d5d8c587c22a0bf62e0eef1e65c
parentd09bfd2a3fb0b4f5ff7d602664324d7d6f860edb (diff)
change standard window size
-rw-r--r--lib/Loadbars/Shared.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm
index 8c71fee..1cf6e80 100644
--- a/lib/Loadbars/Shared.pm
+++ b/lib/Loadbars/Shared.pm
@@ -41,12 +41,12 @@ our %I : shared;
# Setting defaults
%C = (
title => undef,
- barwidth => 35,
- cpuaverage => 15,
+ barwidth => 20,
+ cpuaverage => 10,
extended => 0,
hasagent => 0,
height => 150,
- maxwidth => 600,
+ maxwidth => 1900,
netaverage => 15,
netint => '',
netlink => 'gbit',