diff options
Diffstat (limited to 'hypr/hypr-zoom/exec.sh')
| -rwxr-xr-x | hypr/hypr-zoom/exec.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hypr/hypr-zoom/exec.sh b/hypr/hypr-zoom/exec.sh new file mode 100755 index 0000000..d83b73e --- /dev/null +++ b/hypr/hypr-zoom/exec.sh @@ -0,0 +1,8 @@ +file="~/.config/hypr/hypr-zoom/hypr-zoom" +if [ -f "$file" ]; then + ./hypr-zoom -duration=10 -steps=50 -interp=Linear +else + cd ~/.config/hypr/hypr-zoom/ + go build -o hypr-zoom + ./hypr-zoom -duration=10 -steps=50 -interp=Linear +fi |
