18 lines
388 B
Plaintext
18 lines
388 B
Plaintext
|
|
#! /bin/zsh
|
||
|
|
|
||
|
|
echo "Signing into Super Productivity..."
|
||
|
|
|
||
|
|
super-productivity &
|
||
|
|
|
||
|
|
station-confirm-or-close "Spotify Setup" "Username copied.\nPress OK for password"
|
||
|
|
|
||
|
|
echo -n "$password" | wl-copy
|
||
|
|
|
||
|
|
station-confirm-or-close "Spotify Setup" "Click OK when you have finished logging in to move on."
|
||
|
|
|
||
|
|
wl-copy --clear
|
||
|
|
|
||
|
|
hyprctl dispatch closewindow class:Spotify
|
||
|
|
|
||
|
|
echo "Finished setting up Spotify"
|