Updated docs to comply with new map syntax

This commit is contained in:
Leonardo Gibrowski Faé 2022-04-19 22:05:42 -03:00
parent 2b103b7acd
commit 4c4a20d835
9 changed files with 138 additions and 159 deletions

View file

@ -104,7 +104,7 @@ bar:
map:
default: {string: {text: "{name}"}}
conditions:
(state == focused): {string: {text: "{name}*"}}
state == focused: {string: {text: "{name}*"}}
current: { string: {text: "{application}: {title}"}}
```