- fix colors

This commit is contained in:
koksnuss 2019-02-26 18:32:57 +01:00
parent 3274df4728
commit c4bac7202e

View File

@ -61,7 +61,7 @@ else
fi
# print font color
if [[ "$LOAD" = false ]]; then
if [[ "$LOAD" = false || "$COLORS" = false ]]; then
echo "${BW[4]}"
else
for i in "${!BW[@]}"; do