parent
2a54c353a9
commit
f4f9f1a618
14 changed files with 688 additions and 0 deletions
46
tests/modules/programs/waybar/settings-complex-expected.json
Normal file
46
tests/modules/programs/waybar/settings-complex-expected.json
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
[
|
||||
{
|
||||
"custom/my-module": {
|
||||
"exec": "@dummy@/bin/dummy",
|
||||
"format": "hello from {}"
|
||||
},
|
||||
"height": 30,
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}"
|
||||
},
|
||||
"layer": "top",
|
||||
"modules-center": [
|
||||
"sway/window"
|
||||
],
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/mode",
|
||||
"custom/my-module"
|
||||
],
|
||||
"modules-right": [
|
||||
"idle_inhibitor",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"cpu",
|
||||
"memory",
|
||||
"backlight",
|
||||
"tray",
|
||||
"battery",
|
||||
"clock"
|
||||
],
|
||||
"output": [
|
||||
"DP-1"
|
||||
],
|
||||
"position": "top",
|
||||
"sway/mode": {
|
||||
"tooltip": false
|
||||
},
|
||||
"sway/window": {
|
||||
"max-length": 120
|
||||
},
|
||||
"sway/workspaces": {
|
||||
"all-outputs": true,
|
||||
"disable-scroll": true
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue