Skip to content

Commit

Permalink
fix menu bar process name
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Mar 4, 2021
1 parent 63eec6a commit e2abcaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions secrets [REDACTED].yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ monitors_mute_check: ssh -o StrictHostKeyChecking=no -i /config/.ssh/id_rsa [RED
monitors_volume_slider: ssh -o StrictHostKeyChecking=no -i /config/.ssh/id_rsa [REDACTED USER@IP] 'osascript -e "set volume output volume {{ states('input_number.monitors_volume') | int }} --100%"'
monitors_update_volume: ssh -o StrictHostKeyChecking=no -i /config/.ssh/id_rsa [REDACTED USER@IP] 'osascript -e "output volume of (get volume settings)"'

reference_click: ssh -o StrictHostKeyChecking=no -i /config/.ssh/id_rsa [REDACTED USER@IP] 'osascript -e "ignoring application responses" -e "tell application \"System Events\"" -e "click menu bar item 1 of menu bar 2 of application process \"Reference 4 Systemwide\"" -e "end tell" -e "end ignoring"'
reference_click: ssh -o StrictHostKeyChecking=no -i /config/.ssh/id_rsa [REDACTED USER@IP] 'osascript -e "ignoring application responses" -e "tell application \"System Events\"" -e "click menu bar item 1 of menu bar 2 of application process \"Reference Systemwide\"" -e "end tell" -e "end ignoring"'
reference_kill: ssh -o StrictHostKeyChecking=no -i /config/.ssh/id_rsa [REDACTED USER@IP] 'killall System\ Events'
reference_monitors: ssh -o StrictHostKeyChecking=no -i /config/.ssh/id_rsa [REDACTED USER@IP] 'osascript -e "tell application \"System Events\"" -e "click menu item \"KRK 28 Sep\" of menu 1 of menu bar item 1 of menu bar 2 of application process \"Reference 4 Systemwide\"" -e "end tell"'
reference_headphones: ssh -o StrictHostKeyChecking=no -i /config/.ssh/id_rsa [REDACTED USER@IP] 'osascript -e "tell application \"System Events\"" -e "click menu item \"Beyerdynamic DT 990 Pro 250 Ohm Average\" of menu 1 of menu bar item 1 of menu bar 2 of application process \"Reference 4 Systemwide\"" -e "end tell"'
reference_monitors: ssh -o StrictHostKeyChecking=no -i /config/.ssh/id_rsa [REDACTED USER@IP] 'osascript -e "tell application \"System Events\"" -e "click menu item \"KRK 28 Sep\" of menu 1 of menu bar item 1 of menu bar 2 of application process \"Reference Systemwide\"" -e "end tell"'
reference_headphones: ssh -o StrictHostKeyChecking=no -i /config/.ssh/id_rsa [REDACTED USER@IP] 'osascript -e "tell application \"System Events\"" -e "click menu item \"Beyerdynamic DT 990 Pro 250 Ohm Average\" of menu 1 of menu bar item 1 of menu bar 2 of application process \"Reference Systemwide\"" -e "end tell"'

plex_token: [REDACTED]
plex_host: [REDACTED IP]
Expand Down

0 comments on commit e2abcaa

Please sign in to comment.