rename bar.monitors -> bar.modes

This commit is contained in:
end-4
2024-08-15 20:51:31 +07:00
parent 2428d06b6b
commit 97fe16b6bb
2 changed files with 5 additions and 4 deletions
@@ -222,9 +222,10 @@ let configOptions = {
}
},
'bar': {
// Array of bar styles for each monitor.
// Array of bar modes for each monitor. Hit Ctrl+Alt+Slash to cycle.
// Modes: "normal", "focus" (workspace indicator only), "nothing"
// Example for four monitors: ["normal", "focus", "normal", "nothing"]
'monitors': ["normal"]
'modes': ["normal"]
},
}