From deb7e78308c5047292c5235554da7ccf3b461c14 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (venus)" Date: Sat, 21 Jan 2012 14:27:22 +0100 Subject: iowait is now also in pk --- loadbars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loadbars b/loadbars index b447372..5b79822 100755 --- a/loadbars +++ b/loadbars @@ -445,7 +445,7 @@ sub main_loop ($@) { $rect_peak->x($x); $rect_peak->y($C{height} - $maxheights{system} - $maxheights{user}); - $max_all = sum @{$cpumax}{qw(user system)}; + $max_all = sum @{$cpumax}{qw(user system iowait)}; $max_all = 100 if $max_all > 100; $app->fill($rect_peak, $max_all > Loadbars::USER_ORANGE ? Loadbars::ORANGE -- cgit v1.2.3