update screenshots
This commit is contained in:
@@ -16,11 +16,11 @@
|
|||||||
<summary>Niri & Quickshell</summary>
|
<summary>Niri & Quickshell</summary>
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="https://github.com/Uyanide/backgrounds/blob/master/screenshots/desktop-alt.jpg?raw=true"/>
|
<img src="https://github.com/Uyanide/backgrounds/blob/master/screenshots/desktop-alt.webp?raw=true"/>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="https://github.com/Uyanide/backgrounds/blob/master/screenshots/backdrop.jpg?raw=true"/>
|
<img src="https://github.com/Uyanide/backgrounds/blob/master/screenshots/backdrop.webp?raw=true"/>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
@@ -1,30 +1,34 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/Uyanide/WallReel/refs/heads/master/config.schema.json",
|
"$schema": "https://raw.githubusercontent.com/Uyanide/WallReel/refs/heads/master/config.schema.json",
|
||||||
"wallpaper": {
|
"wallpaper": {
|
||||||
"dirs": [
|
"dirs": [
|
||||||
{
|
{
|
||||||
"path": "~/Pictures/backgrounds"
|
"path": "~/Pictures/backgrounds"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "/media/Beta/壁纸/库"
|
"path": "/media/Beta/壁纸/库"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"excludes": ["nao-stars-crop-adjust-flop.jpg", "miku-gate.jpg", "\\.md$"]
|
"excludes": [
|
||||||
},
|
"nao-stars-crop-adjust-flop.jpg",
|
||||||
"action": {
|
"miku-gate.jpg",
|
||||||
"onSelected": "qs ipc call background setWallpaper '{{ path }}'; qs ipc call colors setColor mPrimary '{{ colorHex }}'",
|
"\\.md$"
|
||||||
"onPreview": "qs ipc call background previewWallpaper '{{ path }}'; change-colortheme -c '{{ colorHex }}' quickshell niri",
|
]
|
||||||
"quitOnSelected": true,
|
},
|
||||||
"saveState": [
|
"action": {
|
||||||
{
|
"onSelected": "qs ipc call background setWallpaper '{{ path }}'; change-colortheme -c '{{ colorHex }}'",
|
||||||
"key": "flavor",
|
"onPreview": "qs ipc call background previewWallpaper '{{ path }}'; change-colortheme -c '{{ colorHex }}' quickshell niri",
|
||||||
"fallback": "#89b4fa",
|
"quitOnSelected": true,
|
||||||
"command": "qs ipc call colors getColor mPrimary"
|
"saveState": [
|
||||||
}
|
{
|
||||||
],
|
"key": "flavor",
|
||||||
"onRestore": "qs ipc call background previewWallpaper ''; change-colortheme -c '{{ flavor }}' quickshell niri"
|
"fallback": "#89b4fa",
|
||||||
},
|
"command": "qs ipc call colors getColor mPrimary"
|
||||||
"cache": {
|
}
|
||||||
"maxImageEntries": 300
|
],
|
||||||
}
|
"onRestore": "qs ipc call background previewWallpaper ''; change-colortheme -c '{{ flavor }}' quickshell niri"
|
||||||
|
},
|
||||||
|
"cache": {
|
||||||
|
"maxImageEntries": 300
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule config/wallpaper/Pictures/backgrounds updated: 2382384128...d5ec7053b7
Reference in New Issue
Block a user