aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-02-09 03:19:18 +0100
committerdec05eba <dec05eba@protonmail.com>2022-02-09 03:19:18 +0100
commit404ac476a213164a041f0f53be30855df815aa6a (patch)
tree30084a2daa162751eaa1beda80ae8d3dc41111dd /example-config.json
parent75c610d1f65d741bbeba9f1ddeef60a6e9315427 (diff)
Add spacing_scale config to allow changing ui spacing
Diffstat (limited to 'example-config.json')
-rw-r--r--example-config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/example-config.json b/example-config.json
index cade9dd..72cfffe 100644
--- a/example-config.json
+++ b/example-config.json
@@ -25,5 +25,6 @@
"use_system_mpv_config": false,
"theme": "default",
"scale": 1.0,
- "font_scale": 1.0
+ "font_scale": 1.0,
+ "spacing_scale": 1.0
} \ No newline at end of file