aboutsummaryrefslogtreecommitdiffstats
path: root/.local/bin/mocpnotify
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/mocpnotify')
-rwxr-xr-x.local/bin/mocpnotify11
1 files changed, 0 insertions, 11 deletions
diff --git a/.local/bin/mocpnotify b/.local/bin/mocpnotify
deleted file mode 100755
index f3aa72c..0000000
--- a/.local/bin/mocpnotify
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-case $1 in
- "next")
- notify-send -a mocp -t 3000 "now playing" "$2 - $3 [$4]"
- ;;
- "stop")
- notify-send -a mocp -t 3000 "mocp" "stopped playing"
- ;;
-esac
-