Skip to content

Instantly share code, notes, and snippets.

@jayarc
Created May 17, 2020 14:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jayarc/121dc9bceb4b573ef465356676020990 to your computer and use it in GitHub Desktop.
#!/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