feat: print scheme command

Generates and prints a scheme for an image (or the current wallpaper if not given)
Also record use hevc codec
This commit is contained in:
2 * r + 2 * t
2025-05-05 13:36:01 +10:00
parent bb83c57308
commit 7fa09fa52f
4 changed files with 53 additions and 11 deletions
+5 -1
View File
@@ -40,7 +40,11 @@ if test "$argv[1]" = workspace-action
end
if test "$argv[1]" = scheme
$src/scheme/main.fish $argv[2..]
if test "$argv[2]" = print
$src/scheme/gen-print-scheme.fish $argv[3..]
else
$src/scheme/main.fish $argv[2..]
end
exit
end