feat: add userOptions entry for monitor bar mode

This commit is contained in:
Danilo
2024-08-11 23:48:45 +02:00
parent 273e545e8e
commit 2428d06b6b
2 changed files with 21 additions and 4 deletions
@@ -221,6 +221,11 @@ let configOptions = {
'cycleTab': "Ctrl+Tab",
}
},
'bar': {
// Array of bar styles for each monitor.
// Example for four monitors: ["normal", "focus", "normal", "nothing"]
'monitors': ["normal"]
},
}
// Override defaults with user's options