summaryrefslogtreecommitdiff
path: root/loadbars.pl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-08-07 14:54:22 +0000
committerPaul Buetow <paul@buetow.org>2011-08-07 14:54:22 +0000
commit278490272f32ff20b5fc4825e6de19578c2f2505 (patch)
tree332f578f7949543423c62b301fbe6a98f4177bee /loadbars.pl
parent99d448257f72fafb09b72aa8833335c8a2a2ad38 (diff)
Some graphic stuff
Diffstat (limited to 'loadbars.pl')
-rwxr-xr-xloadbars.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadbars.pl b/loadbars.pl
index 5776653..f998e27 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -403,7 +403,7 @@ sub main_loop ($@) {
my $rect_iowait = get_rect $rects, "$key;iowait";
my $rect_nice = get_rect $rects, "$key;nice";
- unless ($is_host_summary) {
+ unless ($is_host_summary || $C{togglecpu}) {
$current_corenum = 0;
$rect_separator = get_rect $rects, "$key;separator";
$rect_separator->width(1);