From 89a95d9bd7c225d0057d560b41b256de5d1fc17e Mon Sep 17 00:00:00 2001 From: Uyanide Date: Sat, 8 Nov 2025 23:52:16 +0100 Subject: [PATCH] sed -i -E 's#^(\| )([a-zA-Z0-9._-]+\.(png|jpg))( +\| )#\1[\2](https://github.com/Uyanide/backgrounds/blob/master/\2?raw=true)\4#' README.md --- .../.config/wallpaper-carousel/config.json | 33 ++++++++++--------- config/wallpaper/Pictures/backgrounds | 2 +- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/config/wallpaper/.config/wallpaper-carousel/config.json b/config/wallpaper/.config/wallpaper-carousel/config.json index ed4d83c..1016846 100644 --- a/config/wallpaper/.config/wallpaper-carousel/config.json +++ b/config/wallpaper/.config/wallpaper-carousel/config.json @@ -1,17 +1,20 @@ { - "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 - } + "wallpaper": { + "dirs": [ + "~/Pictures/backgrounds", + "/media/Beta/壁纸/库" + ], + "excludes": [ + "~/Pictures/backgrounds/nao-stars-crop-adjust-flop.jpg", + "~/Pictures/backgrounds/miku-gate.jpg", + "~/Pictures/backgrounds/README.md" + ] + }, + "action": { + "confirm": "change-wallpaper \"%1\"" + }, + "sort": { + "type": "date", + "reverse": true + } } diff --git a/config/wallpaper/Pictures/backgrounds b/config/wallpaper/Pictures/backgrounds index 00cce3d..8ac0f58 160000 --- a/config/wallpaper/Pictures/backgrounds +++ b/config/wallpaper/Pictures/backgrounds @@ -1 +1 @@ -Subproject commit 00cce3d656b8698548149982906c3112606196e2 +Subproject commit 8ac0f589224177a3107c82e4dd8a7b7c9a8982c3