feat: improve theme generation

This commit is contained in:
2026-09-02 16:14:50 +02:00
parent a9c804a781
commit 6b1f915efc
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ pdf = [
]
image = [
{ run = 'xdg-open "$@"', desc = "Open" },
{ run = 'set-theme "$@"', desc = "Set desktop theme from this image" },
{ run = 'set-theme %s1', desc = "Set desktop theme from this image" },
]
[open]