mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35: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
|
host: 127.0.0.1
|
||||||
content: {string: {text: "{state}"}}
|
content: {string: {text: "{state}"}}
|
||||||
- network:
|
- network:
|
||||||
name: ldsjfdf
|
content:
|
||||||
content: {string: {text: "{name}"}}
|
map:
|
||||||
|
default:
|
||||||
|
string: {text: "{name}: {state} ({ipv4})"}
|
||||||
|
conditions:
|
||||||
|
ipv4 == "":
|
||||||
|
string: {text: "{name}: {state}"}
|
||||||
- removables:
|
- removables:
|
||||||
content: {string: {text: "{label}"}}
|
content: {string: {text: "{label}"}}
|
||||||
# - xkb:
|
# - xkb:
|
||||||
|
|
Loading…
Add table
Reference in a new issue