From b501df4d693e9e35a12354b0fe90f77528c99489 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (venus)" Date: Sat, 21 Jan 2012 18:08:31 +0100 Subject: fix in help --- loadbars | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/loadbars b/loadbars index f69245e..6535b6d 100755 --- a/loadbars +++ b/loadbars @@ -481,9 +481,9 @@ sub main_loop ($@) { $app->fill($rect_iowait, Loadbars::PURPLE); if ($C{extended}) { - my %maxheights = map { - $_ => defined $cpumax->{$_} ? $cpumax->{$_} * ($C{height}/100) : 1 - } keys %$cpumax; + my %maxheights = map { + $_ => defined $cpumax->{$_} ? $cpumax->{$_} * ($C{height}/100) : 1 + } keys %$cpumax; $rect_peak = get_rect $rects, "$key;max"; $rect_peak->width($width); @@ -632,7 +632,7 @@ Explanations: us = User cpu usage in % Color: Yellow, dark yellow if to>50%, orange if to>50% sy = System cpu sage in % - Blue, purple if >30% + Blue, lighter blue if >30% to = Total CPU usage, which is (100% - id) pk = Max al peak of last avg. samples (extended) avg = System load average; desc. order: 1, 5 and 15 min. avg. -- cgit v1.2.3