From: Dylan Lloyd Date: Tue, 13 Mar 2012 18:44:03 +0000 (-0400) Subject: added pianobar control scripts X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=0fc9b3f435a2cc77ad9de503c9a6933aeb0aa397;p=powermate.git added pianobar control scripts --- diff --git a/scripts/pianobar-next b/scripts/pianobar-next new file mode 100755 index 0000000..2bce035 --- /dev/null +++ b/scripts/pianobar-next @@ -0,0 +1,3 @@ +#!/bin/bash + +echo -n 'n' > ~/.config/pianobar/ctl diff --git a/scripts/pianobar-toggle b/scripts/pianobar-toggle new file mode 100755 index 0000000..9c29ac9 --- /dev/null +++ b/scripts/pianobar-toggle @@ -0,0 +1,3 @@ +#!/bin/bash + +echo -n "p" > ~/.config/pianobar/ctl