From 4995b97853fab31b3589e3fd235daadf619613ef Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 13 Mar 2026 09:19:43 +0100 Subject: [PATCH] zsh: st: update config --- fastfetch/st.jsonc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fastfetch/st.jsonc b/fastfetch/st.jsonc index 888271a..338eccc 100644 --- a/fastfetch/st.jsonc +++ b/fastfetch/st.jsonc @@ -7,7 +7,9 @@ "width": 13, }, "bar": { - "charElapsed": "■", + "char": { + "elapsed": "■" + }, "charTotal": "-", "width": 12, },