From 1890a243dbffc63a01896886de54f1f6cade2a54 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 17 Jun 2013 18:40:11 +0200 Subject: quick commit --- lib/Loadbars/Constants.pm | 2 +- lib/Loadbars/Main.pm | 1 - lib/Loadbars/Shared.pm | 28 ++++++++++++++-------------- 3 files changed, 15 insertions(+), 16 deletions(-) (limited to 'lib/Loadbars') diff --git a/lib/Loadbars/Constants.pm b/lib/Loadbars/Constants.pm index 4421c4a..6302aee 100644 --- a/lib/Loadbars/Constants.pm +++ b/lib/Loadbars/Constants.pm @@ -27,7 +27,7 @@ use constant { DARK_GREY => [ 0x15, 0x15, 0x15 ], YELLOW0 => [ 0xff, 0xa0, 0x00 ], YELLOW => [ 0xff, 0xc0, 0x00 ], - COLOR_WHITE => SDL::Color->new(0xff, 0xff, 0xff), + COLOR_WHITE => SDL::Color->new( 0xff, 0xff, 0xff ), SYSTEM_BLUE0 => 30, USER_ORANGE => 70, USER_YELLOW0 => 50, diff --git a/lib/Loadbars/Main.pm b/lib/Loadbars/Main.pm index 8faa60f..fef9591 100644 --- a/lib/Loadbars/Main.pm +++ b/lib/Loadbars/Main.pm @@ -94,7 +94,6 @@ sub threads_terminate_pids (@) { #$_->join() for @threads; } - say ''; display_info 'Terminating done. I\'ll be back!'; diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm index 79c2229..083dee9 100644 --- a/lib/Loadbars/Shared.pm +++ b/lib/Loadbars/Shared.pm @@ -40,20 +40,20 @@ our %I : shared; # Setting defaults %C = ( - title => undef, - barwidth => 35, - cpuaverage => 15, - extended => 0, - hasagent => 0, - height => 230, - maxwidth => 1250, - netaverage => 15, - netint => '', - netlink => 'gbit', - showcores => 0, - showmem => 0, - shownet => 0, - sshopts => '', + title => undef, + barwidth => 35, + cpuaverage => 15, + extended => 0, + hasagent => 0, + height => 230, + maxwidth => 1250, + netaverage => 15, + netint => '', + netlink => 'gbit', + showcores => 0, + showmem => 0, + shownet => 0, + sshopts => '', ); %I = ( -- cgit v1.2.3