From 79e69c90875dc0cb14e9037454cd2380e5a3b62a Mon Sep 17 00:00:00 2001 From: Uyanide Date: Wed, 14 Jan 2026 22:12:35 +0100 Subject: [PATCH] try sign with gpg --- .../.config/wallpaper-carousel/config.json | 33 +++++++++++-------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/config/wallpaper/.config/wallpaper-carousel/config.json b/config/wallpaper/.config/wallpaper-carousel/config.json index c0940f5..547249e 100644 --- a/config/wallpaper/.config/wallpaper-carousel/config.json +++ b/config/wallpaper/.config/wallpaper-carousel/config.json @@ -1,16 +1,21 @@ { - "wallpaper": { - "dirs": ["~/Pictures/backgrounds", "/media/Beta/壁纸/库"], - "excludes": ["~/Pictures/backgrounds/nao-stars-crop-adjust-flop.jpg", "~/Pictures/backgrounds/miku-gate.jpg"] - }, - "action": { - "confirm": "change-wallpaper \"%1\" 2560 1600" - }, - "style": { - "no_loading_screen": false - }, - "sort": { - "type": "date", - "reverse": true - } + "wallpaper": { + "dirs": [ + "~/Pictures/backgrounds" + ], + "excludes": [ + "~/Pictures/backgrounds/nao-stars-crop-adjust-flop.jpg", + "~/Pictures/backgrounds/miku-gate.jpg" + ] + }, + "action": { + "confirm": "change-wallpaper \"%1\" 2560 1600" + }, + "style": { + "no_loading_screen": false + }, + "sort": { + "type": "date", + "reverse": true + } }