Skip to content

Instantly share code, notes, and snippets.

# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
#!/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"
@jayarc
jayarc / icons-prepare.sh
Created January 9, 2018 17:12
Prepare icons for build time.
#!/bin/bash
#################################
# Icon Dynamic Imports - BEGIN
#################################
echo "Building icons..."
# A reference of all the 2k+ icons that can be used here and a quick search for icons you're looking
# for can be found here: https://materialdesignicons.com/