swaybg-swapper/backgrounds.example.json
2023-11-02 17:16:32 +01:00

17 lines
246 B
JSON

{
"DP-0": [
{
"file": "test.png",
"transform": "fill",
"colour": "#000000"
},
{ "file": "empty.png" }
],
"DP-1": [
{ "file": "foo.png" },
{
"file": "bar.jpg",
"transform": "fit"
}
]
}