This commit is contained in:
2026-05-11 01:39:23 +02:00
parent c48f11992c
commit d660d1ee2c
8 changed files with 22 additions and 13 deletions
@@ -14,7 +14,7 @@
},
"action": {
"onSelected": "qs ipc call background set '{{ path }}'; change-colortheme -c '{{ colorHex }}'",
"onPreview": "qs ipc call background preview '{{ path }}'; change-colortheme -c '{{ colorHex }}' quickshell niri",
"onPreview": "exit 0; qs ipc call background preview '{{ path }}'; change-colortheme -c '{{ colorHex }}' quickshell niri",
"quitOnSelected": true,
"saveState": [
{
@@ -23,7 +23,7 @@
"command": "qs ipc call colors get mPrimary"
}
],
"onRestore": "qs ipc call background preview ''; change-colortheme -c '{{ flavor }}' quickshell niri"
"onRestore": "exit 0; qs ipc call background preview ''; change-colortheme -c '{{ flavor }}' quickshell niri"
},
"cache": {
"maxImageEntries": 300