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,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
}
}