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

This commit is contained in:
2025-11-08 23:52:16 +01:00
parent 2706b283a0
commit 89a95d9bd7
2 changed files with 19 additions and 16 deletions

View File

@@ -1,10 +1,13 @@
{ {
"wallpaper": { "wallpaper": {
"dirs": ["~/Pictures/backgrounds", "/media/Beta/壁纸/库"], "dirs": [
"~/Pictures/backgrounds",
"/media/Beta/壁纸/库"
],
"excludes": [ "excludes": [
"~/.config/backgrounds/nao-stars-crop-adjust-flop.jpg", "~/Pictures/backgrounds/nao-stars-crop-adjust-flop.jpg",
"~/.config/backgrounds/miku-gate.jpg", "~/Pictures/backgrounds/miku-gate.jpg",
"~/.config/backgrounds/README.md" "~/Pictures/backgrounds/README.md"
] ]
}, },
"action": { "action": {