From 61cd1607eb82536582ed55035aaa508af5c42ca7 Mon Sep 17 00:00:00 2001 From: Max! Date: Fri, 3 Nov 2023 09:05:32 +0100 Subject: [PATCH] Update config schema for display sub-elements (#29) fixes error: "JsonConfig Error: Property `display.percentX` has been changed to `display.percent.x`" --- .config/fastfetch/config.jsonc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index 3e443dc..9bd057f 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -13,7 +13,9 @@ "right": 1} }, "display": { - "percentType": 9, // colored percent number + "percent": { + "Type": 9 + }, // colored percent number "color": { "keys": "magenta", "title": "bright_blue"