summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 09a20ad..acca2c4 100644
--- a/README.md
+++ b/README.md
@@ -198,7 +198,13 @@ default, you must create it manually.
"desktopClock": {
"enabled": false
},
- "enabled": true
+ "enabled": true,
+ "visualiser": {
+ "enabled": true,
+ "autoHide": true,
+ "rounding": 1,
+ "spacing": 1
+ }
},
"bar": {
"dragThreshold": 20,
@@ -277,8 +283,7 @@ default, you must create it manually.
"enabled": true,
"dragThreshold": 50,
"mediaUpdateInterval": 500,
- "showOnHover": true,
- "visualiserBars": 45
+ "showOnHover": true
},
"launcher": {
"actionPrefix": ">",
@@ -324,7 +329,8 @@ default, you must create it manually.
"weatherLocation": "",
"useFahrenheit": false,
"useTwelveHourClock": false,
- "smartScheme": true
+ "smartScheme": true,
+ "visualiserBars": 45
},
"session": {
"dragThreshold": 30,