picture in picture script

This commit is contained in:
2 * r + 2 * t
2025-01-17 17:19:16 +11:00
parent ef5f9e34fe
commit 01cef7d818
2 changed files with 65 additions and 0 deletions
+5
View File
@@ -33,6 +33,11 @@ if test "$argv[1]" = change-wallpaper
exit
end
if test "$argv[1]" = pip
./pip.fish $argv[2..]
exit
end
test "$argv[1]" != help && error "Unknown command: $argv[1]"
echo 'Usage: caelestia COMMAND'