From 0fc9b3f435a2cc77ad9de503c9a6933aeb0aa397 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Tue, 13 Mar 2012 14:44:03 -0400 Subject: [PATCH] added pianobar control scripts --- scripts/pianobar-next | 3 +++ scripts/pianobar-toggle | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 scripts/pianobar-next create mode 100755 scripts/pianobar-toggle 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 -- 2.30.2