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": {
|
||||
"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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user