Skip to content

Commit

Permalink
Update genmon-barchart.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasedoff committed Jan 23, 2022
1 parent f985117 commit f9653a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genmon-barchart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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; }
*/
</style>
Expand Down

0 comments on commit f9653a3

Please sign in to comment.