libsb: change red threshold for bars
This commit is contained in:
parent
99116694d7
commit
c9ef293ebe
1 changed files with 1 additions and 1 deletions
|
@ -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="▅" ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue