Created
May 17, 2020 14:00
-
-
Save jayarc/121dc9bceb4b573ef465356676020990 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
echo "|iconName=accessories-dictionary-symbolic" | |
echo "---" | |
echo "Headphones | iconName=audio-headphones-symbolic bash=~/System/samus/scripts/setup/audio/enable-headphones.sh terminal=false" | |
echo "Speakers | iconName=audio-speakers-symbolic bash=~/System/samus/scripts/setup/audio/enable-speakers.sh terminal=false" | |
echo "---" | |
echo "VPN Down | iconName=network-offline-symbolic bash='sudo openpyn -k' terminal=false" | |
echo "VPN Local | iconName=network-error-symbolic bash='sudo openpyn -s us2151 --daemon' terminal=false" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment