14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
|
|
#! /bin/zsh
|
||
|
|
|
||
|
|
echo "Signing into Antigravity..."
|
||
|
|
|
||
|
|
antigravity &
|
||
|
|
|
||
|
|
station-confirm-or-close "Spotify Setup" "Click OK when you have finished logging in to move on."
|
||
|
|
|
||
|
|
wl-copy --clear
|
||
|
|
|
||
|
|
hyprctl dispatch closewindow class:Antigravity
|
||
|
|
|
||
|
|
echo "Finished setting up Antigravity"
|