Initial commit

This commit is contained in:
2 * r + 2 * t
2025-01-17 16:18:16 +11:00
commit 7205226e5f
3 changed files with 142 additions and 0 deletions
Executable
+18
View File
@@ -0,0 +1,18 @@
#!/bin/fish
cd (dirname (status filename)) || exit
. ./util.fish
if test "$argv[1]" = change-wallpaper
./change-wallpaper.fish $argv[2..]
end
test "$argv[1]" != help && error "Unknown command: $argv[1]"
echo 'Usage: caelestia COMMAND'
echo
echo 'COMMAND := help | change-wallpaper'
echo
echo ' help: show this help message'
echo ' change-wallpaper: change the wallpaper'