From b6e5c33763cf0ccb2e8d7ccff12c05d82da4a0ee Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Tue, 16 Dec 2025 09:12:57 -0500 Subject: [PATCH] Auto-sync from catchthesethighs --- bin/dotfiles-stats.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/dotfiles-stats.sh b/bin/dotfiles-stats.sh index 1f0bd91..0121941 100755 --- a/bin/dotfiles-stats.sh +++ b/bin/dotfiles-stats.sh @@ -256,7 +256,8 @@ draw_bar() { empty_bar+="░" done - printf "%s%s%s%s%s" "${GREEN}" "${filled_bar}" "${DIM}" "${empty_bar}" "${NC}" + # Use echo -ne to interpret escape sequences + echo -ne "\033[0;32m${filled_bar}\033[2m${empty_bar}\033[0m" } show_dashboard() {