From aafc4e97849ffeb8b8ce605f6d079f3a0ad2d055 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Fri, 2 Jun 2023 07:22:51 -0600 Subject: [PATCH] fetch pimp --- scripts/fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch b/scripts/fetch index 2a9dc89..dedba45 100755 --- a/scripts/fetch +++ b/scripts/fetch @@ -251,7 +251,7 @@ cpu=${cpu% *-Core*} col() { printf ' ' for i in 1 2 3 4 5 6; do - printf '\033[9%sm%s' "$i" "${colourblocks:-▅▅}" + printf '\033[9%sm%s' "$i" "${colourblocks:- ●}" done printf '\033[0m\n' }