From 8e32253d5d79c89ecc2111e3e2f3cc629d1f33b4 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Tue, 3 Sep 2024 18:45:07 +0200 Subject: August 2024 Updates --- fastfetch/.config/fastfetch/config.jsonc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'fastfetch/.config') diff --git a/fastfetch/.config/fastfetch/config.jsonc b/fastfetch/.config/fastfetch/config.jsonc index 18d3324..bc72ca9 100644 --- a/fastfetch/.config/fastfetch/config.jsonc +++ b/fastfetch/.config/fastfetch/config.jsonc @@ -1,11 +1,15 @@ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "display": { - "keyWidth": 11, + "key": { + "width": 11, + }, "percent": { "type": false, }, - "binaryPrefix": "si", + "size": { + "binaryPrefix": "si", + }, "color": { "keys" : "light_blue", "output" : "white", -- cgit v1.2.3