-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3-1-2.sh
executable file
·35 lines (28 loc) · 904 Bytes
/
3-1-2.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Button: Stream Setup
# Audio Control
mic-mute &
music-high &
# Run `qpwgraph` if it isn't already
flatpak ps | grep qpwgraph
(( $? != 0 )) && flatpak run org.rncbc.qpwgraph &
# Run `reaper` if it isn't already
ps ux | grep reaper | grep -v grep
(( $? != 0 )) && reaper &
# Open Chat Popout
google-chrome --new-window 'https://www.twitch.tv/popout/CodexHere/chat?popout=' &
sleep 1
# Open Stream Management Stuffs
google-chrome 'https://dashboard.twitch.tv/u/CodexHere/stream-manager' &
sleep 1
xdg-open 'https://play.pretzel.rocks/'
# OBS!
# Run `reaper` if it isn't already
flatpak ps | grep obs
(( $? != 0 )) && flatpak run com.obsproject.Studio &
sleep 10
ssh nfgarmy.local docker restart obs-ws_toxicice
sleep 5
toggleWebcam 1
switchToScene "Starting Soon"
# Open VSCode to edit our Ticker Text
code /media/NFG_GDrive_NFG/NFG\ Graphics/Streaming_Redux/Overlay/web/overlay-ticker/ticker.txt