try sign with gpg

This commit is contained in:
2026-01-14 22:12:35 +01:00
parent bc0cb5f6c4
commit 79e69c9087
@@ -1,16 +1,21 @@
{ {
"wallpaper": { "wallpaper": {
"dirs": ["~/Pictures/backgrounds", "/media/Beta/壁纸/库"], "dirs": [
"excludes": ["~/Pictures/backgrounds/nao-stars-crop-adjust-flop.jpg", "~/Pictures/backgrounds/miku-gate.jpg"] "~/Pictures/backgrounds"
}, ],
"action": { "excludes": [
"confirm": "change-wallpaper \"%1\" 2560 1600" "~/Pictures/backgrounds/nao-stars-crop-adjust-flop.jpg",
}, "~/Pictures/backgrounds/miku-gate.jpg"
"style": { ]
"no_loading_screen": false },
}, "action": {
"sort": { "confirm": "change-wallpaper \"%1\" 2560 1600"
"type": "date", },
"reverse": true "style": {
} "no_loading_screen": false
},
"sort": {
"type": "date",
"reverse": true
}
} }