diff --git a/config/niri/.config/niri/config.kdl b/config/niri/.config/niri/config.kdl index f2c8518..72bfe3e 100644 --- a/config/niri/.config/niri/config.kdl +++ b/config/niri/.config/niri/config.kdl @@ -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 diff --git a/config/wallpaper/.config/wallpaper-carousel/config.json b/config/wallpaper/.config/wallpaper-carousel/config.json new file mode 100644 index 0000000..ed4d83c --- /dev/null +++ b/config/wallpaper/.config/wallpaper-carousel/config.json @@ -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 + } +} diff --git a/config/misc/Pictures/backgrounds b/config/wallpaper/Pictures/backgrounds similarity index 100% rename from config/misc/Pictures/backgrounds rename to config/wallpaper/Pictures/backgrounds