From c16d12685eaeb94a57dcd6d72945d7d892561e5e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 19 Apr 2012 22:23:55 +0200 Subject: add Makefile and perltidy --- Loadbars/Shared.pm | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'Loadbars/Shared.pm') diff --git a/Loadbars/Shared.pm b/Loadbars/Shared.pm index 0b7a16d..df2abf6 100644 --- a/Loadbars/Shared.pm +++ b/Loadbars/Shared.pm @@ -5,32 +5,34 @@ my %AVGSTATS : shared; my %CPUSTATS : shared; my %MEMSTATS : shared; my %MEMSTATS_HAS : shared; + #my %NETSTATS : shared; #my %NETSTATS_HAS : shared; # Global configuration hash my %C : shared; + # Global configuration hash for internal settings (not configurable) my %I : shared; # Setting defaults %C = ( - average => 15, - barwidth => 35, - extended => 0, - factor => 1, - height => 230, - maxwidth => 1280, - samples => 1000, - showcores => 0, - showmem => 0, - showtext => 1, + average => 15, + barwidth => 35, + extended => 0, + factor => 1, + height => 230, + maxwidth => 1280, + samples => 1000, + showcores => 0, + showmem => 0, + showtext => 1, showtexthost => 0, - sshopts => '', + sshopts => '', ); %I = ( - cpuregexp => 'cpu', + cpuregexp => 'cpu', showtextoff => 0, ); -- cgit v1.2.3