mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
Fix CI failing due to outdated test config file
This commit is contained in:
parent
53dec73ed2
commit
58c397d154
1 changed files with 7 additions and 2 deletions
|
@ -39,8 +39,13 @@ bar:
|
|||
host: 127.0.0.1
|
||||
content: {string: {text: "{state}"}}
|
||||
- network:
|
||||
name: ldsjfdf
|
||||
content: {string: {text: "{name}"}}
|
||||
content:
|
||||
map:
|
||||
default:
|
||||
string: {text: "{name}: {state} ({ipv4})"}
|
||||
conditions:
|
||||
ipv4 == "":
|
||||
string: {text: "{name}: {state}"}
|
||||
- removables:
|
||||
content: {string: {text: "{label}"}}
|
||||
# - xkb:
|
||||
|
|
Loading…
Add table
Reference in a new issue