1 2 3 4 5 6
elements="ram.sh status.sh mic.sh" if [ $1 = "dmenu" ]; then sh $(echo $elements | tr " " "\n" | dmenu -i -p ":") fi