forked from external/yambar
Updated docs to comply with new map syntax
This commit is contained in:
parent
2b103b7acd
commit
4c4a20d835
9 changed files with 138 additions and 159 deletions
|
@ -134,8 +134,8 @@ bar:
|
|||
content:
|
||||
map:
|
||||
conditions:
|
||||
(status == Paused): {empty: {}}
|
||||
(status == Playing):
|
||||
status == Paused: {empty: {}}
|
||||
status == Playing:
|
||||
content: {string: {text: "{artist} - {title}"}}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue