mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
fix configurations in example scripts
We forgot to update the configurations in the example scripts to the new map syntax based on conditions. This fixes that. Related to #201
This commit is contained in:
parent
b331473a6b
commit
084a9021b9
2 changed files with 20 additions and 27 deletions
|
@ -24,10 +24,9 @@
|
|||
# args: []
|
||||
# content:
|
||||
# map:
|
||||
# tag: pkg
|
||||
# default: { string: { text: "{pacman} + {aur} = {pkg}" } }
|
||||
# values:
|
||||
# 0: {string: {text: no updates}}
|
||||
# conditions:
|
||||
# pkg == 0: {string: {text: no updates}}
|
||||
|
||||
|
||||
declare interval aur_helper pacman_num aur_num pkg_num
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue