summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/change-station-dmenu.sh2
-rwxr-xr-xcontrib/eventcmd-examples/dmenu.pl (renamed from contrib/eventcmd.pl)2
-rwxr-xr-xcontrib/eventcmd-examples/eventcmd.sh (renamed from contrib/eventcmd.sh)0
-rwxr-xr-xcontrib/eventcmd-examples/rbot.rb (renamed from contrib/eventcmd.rb)2
-rwxr-xr-xcontrib/eventcmd-examples/scrobble.py (renamed from contrib/scrobble.py)0
5 files changed, 3 insertions, 3 deletions
diff --git a/contrib/change-station-dmenu.sh b/contrib/change-station-dmenu.sh
index 30c3782..1409b98 100755
--- a/contrib/change-station-dmenu.sh
+++ b/contrib/change-station-dmenu.sh
@@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-# Use contrib/eventcmd.pl to capture station names
+# Use contrib/eventcmd-examples/dmenu.pl to capture station names
STATION=$(cat /tmp/pianobar_stations | \
dmenu -nf '#888888' -nb '#222222' -sf '#ffffff' -i \
diff --git a/contrib/eventcmd.pl b/contrib/eventcmd-examples/dmenu.pl
index eca2487..194e1a7 100755
--- a/contrib/eventcmd.pl
+++ b/contrib/eventcmd-examples/dmenu.pl
@@ -25,7 +25,7 @@ use strict;
use warnings;
# Use this script to be able to use change-station-dmenu.sh as
-# event_command = $HOME/.config/pianobar/eventcmd.pl
+# event_command = $HOME/.config/pianobar/dmenu.pl
# (taken from https://github.com/jcmuller/pianobar-notify)
diff --git a/contrib/eventcmd.sh b/contrib/eventcmd-examples/eventcmd.sh
index 81dee3a..81dee3a 100755
--- a/contrib/eventcmd.sh
+++ b/contrib/eventcmd-examples/eventcmd.sh
diff --git a/contrib/eventcmd.rb b/contrib/eventcmd-examples/rbot.rb
index e9bbe67..abdac05 100755
--- a/contrib/eventcmd.rb
+++ b/contrib/eventcmd-examples/rbot.rb
@@ -27,7 +27,7 @@
# for setting up rbot-remote see rbot/bin/rbot-remote
# add this script to ~/.config/pianobar/config by adding
-# event_command = /home/user/.config/pianobar/eventcmd.rb
+# event_command = /home/user/.config/pianobar/rbot.rb
# make sure these are quoted correctly for popen
rbot_remote = '/home/user/src/rbot/bin/rbot-remote'
diff --git a/contrib/scrobble.py b/contrib/eventcmd-examples/scrobble.py
index 51e19c2..51e19c2 100755
--- a/contrib/scrobble.py
+++ b/contrib/eventcmd-examples/scrobble.py