Steam install
This commit is contained in:
21
.local/bin/station-setup-steam
Executable file
21
.local/bin/station-setup-steam
Executable file
@@ -0,0 +1,21 @@
|
||||
#! /bin/zsh
|
||||
|
||||
echo "Signing into Steam..."
|
||||
|
||||
read -r username password <<< "$(station-get-username-password "Steam")"
|
||||
|
||||
steam &
|
||||
|
||||
echo -n "$username" | wl-copy
|
||||
|
||||
station-confirm-or-close "Steam Setup" "Username copied.\nPress OK for password"
|
||||
|
||||
echo -n "$password" | wl-copy
|
||||
|
||||
station-confirm-or-close "Steam Setup" "Password copied.\nPress OK to finish setup"
|
||||
|
||||
hyprctl dispatch closewindow class:steam
|
||||
|
||||
echo "Finished setting up Steam"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user