Files
dotfiles/config/wallpaper/.config/wallreel/config.json
T
2026-08-22 13:56:13 +02:00

28 lines
805 B
JSON

{
"$schema": "https://raw.githubusercontent.com/Uyanide/WallReel/refs/heads/master/config.schema.json",
"wallpaper": {
"dirs": [
{
"path": "~/Pictures/backgrounds"
}
],
"excludes": ["nao-stars-crop-adjust-flop.jpg", "miku-gate.jpg", "\\.md$"]
},
"action": {
"onSelected": "parra set '{{ path }}'; change-colortheme -c '{{ colorHex }}'",
"onPreview": "parra set --no-save '{{ path }}'; change-colortheme -c '{{ colorHex }}' quickshell niri",
"onRestore": "parra restore; change-colortheme -c '{{ flavor }}' quickshell niri",
"quitOnSelected": true,
"saveState": [
{
"key": "flavor",
"fallback": "#89b4fa",
"command": "qs ipc call colors get mPrimary"
}
]
},
"cache": {
"maxImageEntries": 300
}
}