From 7e51fd25571dbcc7e1aeb2d23a6dca521f984f80 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 19 Apr 2012 23:19:40 +0200 Subject: font works again --- share/lib/Loadbars/Shared.pm | 52 -------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 share/lib/Loadbars/Shared.pm (limited to 'share/lib/Loadbars/Shared.pm') diff --git a/share/lib/Loadbars/Shared.pm b/share/lib/Loadbars/Shared.pm deleted file mode 100644 index 0f02b7e..0000000 --- a/share/lib/Loadbars/Shared.pm +++ /dev/null @@ -1,52 +0,0 @@ -package Loadbars::Shared; - -use Exporter; - -use base 'Exporter'; - -our @EXPORT = qw( - %PIDS - %AVGSTATS - %CPUSTATS - %MEMSTATS - %MEMSTATS_HAS - %C - %I -); - -our %PIDS : shared; -our %AVGSTATS : shared; -our %CPUSTATS : shared; -our %MEMSTATS : shared; -our %MEMSTATS_HAS : shared; - -#my %NETSTATS : shared; -#my %NETSTATS_HAS : shared; - -# Global configuration hash -our %C : shared; - -# Global configuration hash for internal settings (not configurable) -our %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, - showtexthost => 0, - sshopts => '', -); - -%I = ( - cpuregexp => 'cpu', - showtextoff => 0, -); - -- cgit v1.2.3