Files
WallReel/config.example.json
T
2025-08-05 16:53:06 +02:00

17 lines
399 B
JSON

{
"wallpaper": {
"paths": [
"~/Pictures/116327446_p0.jpg"
],
"dirs": [
"~/.config/backgrounds"
],
"excludes": [
"~/.config/backgrounds/nao-start-crop-adjusted.jpg",
"~/.config/backgrounds/README.md"
]
},
"actions": {
"confirm": "~/.scripts/change_wallpaper.sh <path> <color>"
}
}