aboutsummaryrefslogtreecommitdiff
path: root/fastfetch
diff options
context:
space:
mode:
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",