aboutsummaryrefslogtreecommitdiff
path: root/fastfetch
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2024-09-03 18:45:07 +0200
committerdavidpkj <davidpenkow1@gmail.com>2024-09-03 18:45:07 +0200
commit8e32253d5d79c89ecc2111e3e2f3cc629d1f33b4 (patch)
treeab7d116bc2eb4959cc396d03281838e557e15212 /fastfetch
parent60f03c00adecada5c4408834f250d9817209314f (diff)
August 2024 Updates
Diffstat (limited to 'fastfetch')
-rw-r--r--fastfetch/.config/fastfetch/config.jsonc8
1 files changed, 6 insertions, 2 deletions
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",