From 1f0a33e876267a166c873ce1a4b77cde4b2f1795 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 21 Nov 2024 05:17:46 +0100 Subject: [PATCH] zsh: st command: progress bar indicator --- fastfetch/st.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastfetch/st.jsonc b/fastfetch/st.jsonc index 137402f..888271a 100644 --- a/fastfetch/st.jsonc +++ b/fastfetch/st.jsonc @@ -7,7 +7,7 @@ "width": 13, }, "bar": { - "charElapsed": "▪", + "charElapsed": "■", "charTotal": "-", "width": 12, },