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 +}