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:
@@ -1,17 +1,20 @@
|
|||||||
{
|
{
|
||||||
"wallpaper": {
|
"wallpaper": {
|
||||||
"dirs": ["~/Pictures/backgrounds", "/media/Beta/壁纸/库"],
|
"dirs": [
|
||||||
"excludes": [
|
"~/Pictures/backgrounds",
|
||||||
"~/.config/backgrounds/nao-stars-crop-adjust-flop.jpg",
|
"/media/Beta/壁纸/库"
|
||||||
"~/.config/backgrounds/miku-gate.jpg",
|
],
|
||||||
"~/.config/backgrounds/README.md"
|
"excludes": [
|
||||||
]
|
"~/Pictures/backgrounds/nao-stars-crop-adjust-flop.jpg",
|
||||||
},
|
"~/Pictures/backgrounds/miku-gate.jpg",
|
||||||
"action": {
|
"~/Pictures/backgrounds/README.md"
|
||||||
"confirm": "change-wallpaper \"%1\""
|
]
|
||||||
},
|
},
|
||||||
"sort": {
|
"action": {
|
||||||
"type": "date",
|
"confirm": "change-wallpaper \"%1\""
|
||||||
"reverse": true
|
},
|
||||||
}
|
"sort": {
|
||||||
|
"type": "date",
|
||||||
|
"reverse": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user