From d212d90fb364b7e992f2e4557abf8dd5dca803ae Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 22 May 2020 23:06:30 -0500 Subject: Fix colors --- bollux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bollux b/bollux index b027eab..05c916b 100755 --- 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 } -- cgit 1.4.1-21-gabe81