From e2abcaa0fa9ebe3c9ef9629f99a6901c683695ee Mon Sep 17 00:00:00 2001 From: Mattias Persson Date: Thu, 4 Mar 2021 22:28:42 +0100 Subject: [PATCH] fix menu bar process name --- secrets [REDACTED].yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/secrets [REDACTED].yaml b/secrets [REDACTED].yaml index a6fcb7d3..cfce3e26 100755 --- a/secrets [REDACTED].yaml +++ b/secrets [REDACTED].yaml @@ -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]