From 5632fa794b95a07a5c7bb3cb1d51c9cfa828bcc8 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Tue, 23 Sep 2025 22:28:01 +0200 Subject: [PATCH] fix fastfetch config --- .config/fastfetch/config.jsonc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index ac7b612..ce21b93 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -1,3 +1,4 @@ + { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { @@ -17,7 +18,9 @@ "type": 2 }, "bar": { - "charElapsed": "", + "char": { + "elapsed": "" + }, "charTotal": " " }, "key": { @@ -165,4 +168,4 @@ }, "break" ] -} \ No newline at end of file +}