mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-23 18:45:39 +02:00
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
|
@ -75,11 +75,11 @@ bar:
|
|||
content:
|
||||
map:
|
||||
conditions:
|
||||
(mounted == false):
|
||||
~mounted:
|
||||
string:
|
||||
on-click: udisksctl mount -b {device}
|
||||
text: "{label}"
|
||||
(mounted == true):
|
||||
mounted:
|
||||
string:
|
||||
on-click: udisksctl unmount -b {device}
|
||||
text: "{label}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue