changed cpu meter character for better font compability

pull/19/head
aristocratos 2020-04-06 16:42:43 +02:00
parent e894c50e19
commit aaeb1b33d0
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ create_meter() { #? Create a horizontal percentage meter, usage; create_meter <
#* Set default width if not given and set block size
width=${width:-10}
if [[ $block_size == "big" ]]; then block=""; bg_color=30
if [[ $block_size == "big" ]]; then block=""; bg_color=30
else block="■"; bg_color=30; fi
#* If no color array was given, create a simple greyscale array