add config of wallpaper-carousel

This commit is contained in:
2025-11-05 19:05:26 +01:00
parent a6bcce7c7c
commit 1e573ae740
3 changed files with 18 additions and 1 deletions

View File

@@ -303,7 +303,7 @@ binds {
Mod+Return { spawn "kitty"; }
Mod+Shift+T { spawn "ghostty"; }
Mod+Shift+Return { spawn "ghostty"; }
Mod+Shift+W { spawn "wallpaper-carousel"; }
Mod+Shift+W { spawn-sh "QT_STYLE_OVERRIDE=Kvantum wallpaper-carousel"; }
Mod+P { spawn-sh "pkill -x -n pwvucontrol || pwvucontrol"; }
// Quickshell

View File

@@ -0,0 +1,17 @@
{
"wallpaper": {
"dirs": ["~/Pictures/backgrounds", "/media/Beta/壁纸/库"],
"excludes": [
"~/.config/backgrounds/nao-stars-crop-adjust-flop.jpg",
"~/.config/backgrounds/miku-gate.jpg",
"~/.config/backgrounds/README.md"
]
},
"action": {
"confirm": "change-wallpaper \"%1\""
},
"sort": {
"type": "date",
"reverse": true
}
}