Fix colors
authorCase Duckworth <acdw@acdw.net>
Sat, 23 May 2020 04:06:30 +0000 (23:06 -0500)
committerCase Duckworth <acdw@acdw.net>
Sat, 23 May 2020 04:06:30 +0000 (23:06 -0500)
bollux

diff --git a/bollux b/bollux
index b027eab..05c916b 100755 (executable)
--- a/bollux
+++ b/bollux
@@ -47,7 +47,7 @@ log() { # log [LEVEL] [<] MESSAGE
                                output="$output${output:+$'\n'}$line"
                        done
                fi
-               printf '\e[3%dm%s\e[0m:\t%s\n' "$((lvl + 1))" "$PRGN" "$output" >&2
+               printf '\e[34m%s\e[0m:\t%s\n' "$PRGN" "$output" >&2
        fi
 }