1
0
Fork 0

libsb: change red threshold for bars

This commit is contained in:
Luca Bilke 2024-09-27 11:25:29 +02:00
parent 99116694d7
commit c9ef293ebe

View file

@ -26,7 +26,7 @@ meter_bar() {
# shellcheck disable=SC2194
case $1 in
9[0-9] | 100) color="$fgred" bar="▉" ;;
8[0-9]) color="$fgorange" bar="█" ;;
8[0-9]) color="$fgred" bar="█" ;;
7[0-9]) color="$fgorange" bar="▇" ;;
6[0-9]) color="$fgorange" bar="▆" ;;
5[0-9]) color="$fggreen" bar="▅" ;;