From f9653a376de9c740a0674da51756837b372cb53f Mon Sep 17 00:00:00 2001 From: thomasedoff <51061686+thomasedoff@users.noreply.github.com> Date: Sun, 23 Jan 2022 10:18:48 +0100 Subject: [PATCH] Update genmon-barchart.sh --- genmon-barchart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/genmon-barchart.sh b/genmon-barchart.sh index 6dd86df..730cebd 100644 --- a/genmon-barchart.sh +++ b/genmon-barchart.sh @@ -99,7 +99,7 @@ main() { num_procs ;; "cpu_freq" | "cpu_load") - # Since cpu_load return values for both bars, only execute the function once + # Since cpu_load() return values for both bars, only execute the function once [[ -v "values[$i]" ]] || cpu_load ;; "mem_usage_gb") @@ -387,7 +387,7 @@ create_svg() { /* The attributes above will loop rainbow colors forever To set specific colors for a bar, its title can be referenced: - .bar--num_users { fill: #fff !important; } */ + .bar--num_users { fill: #fff !important; } */