diff options
| author | Paul Buetow <paul.buetow@1und1.de> | 2013-06-17 18:40:11 +0200 |
|---|---|---|
| committer | Paul Buetow <paul.buetow@1und1.de> | 2013-06-17 18:40:11 +0200 |
| commit | 1890a243dbffc63a01896886de54f1f6cade2a54 (patch) | |
| tree | 5d2e8b0a515caf14b7c49297aa261caecea1a623 /lib | |
| parent | 203d4a20f9aa77573495f4852239b32cdc9bc43c (diff) | |
quick commit
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Loadbars/Constants.pm | 2 | ||||
| -rw-r--r-- | lib/Loadbars/Main.pm | 1 | ||||
| -rw-r--r-- | lib/Loadbars/Shared.pm | 28 |
3 files changed, 15 insertions, 16 deletions
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 = ( |
