mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
test: multi-bar config with includes
This commit is contained in:
9
test/config/include-multi-0.json
Normal file
9
test/config/include-multi-0.json
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"output": "OUT-0",
|
||||
"height": 20
|
||||
},
|
||||
{},
|
||||
{},
|
||||
{}
|
||||
]
|
8
test/config/include-multi-1.json
Normal file
8
test/config/include-multi-1.json
Normal file
@ -0,0 +1,8 @@
|
||||
[
|
||||
{},
|
||||
{
|
||||
"height": 21
|
||||
},
|
||||
{},
|
||||
{}
|
||||
]
|
9
test/config/include-multi-2.json
Normal file
9
test/config/include-multi-2.json
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{},
|
||||
{},
|
||||
{
|
||||
"output": "OUT-1",
|
||||
"height": 22
|
||||
},
|
||||
{}
|
||||
]
|
8
test/config/include-multi-3-0.json
Normal file
8
test/config/include-multi-3-0.json
Normal file
@ -0,0 +1,8 @@
|
||||
[
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{
|
||||
"height": 23
|
||||
}
|
||||
]
|
9
test/config/include-multi-3.json
Normal file
9
test/config/include-multi-3.json
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{
|
||||
"output": "OUT-3",
|
||||
"include": "test/config/include-multi-3-0.json"
|
||||
}
|
||||
]
|
16
test/config/include-multi.json
Normal file
16
test/config/include-multi.json
Normal file
@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"include": "test/config/include-multi-0.json"
|
||||
},
|
||||
{
|
||||
"output": "OUT-1",
|
||||
"include": "test/config/include-multi-1.json"
|
||||
},
|
||||
{
|
||||
"output": "OUT-2",
|
||||
"include": "test/config/include-multi-2.json"
|
||||
},
|
||||
{
|
||||
"include": "test/config/include-multi-3.json"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user