aboutsummaryrefslogtreecommitdiff
path: root/bin/volume-ctl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/volume-ctl')
-rwxr-xr-xbin/volume-ctl12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/volume-ctl b/bin/volume-ctl
deleted file mode 100755
index 7e3ec83..0000000
--- a/bin/volume-ctl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-[ "$#" -ne 1 ] && exit 1;
-
-case "$1" in
- "up") pulseaudio-ctl up ;;
- "down") pulseaudio-ctl down ;;
- "mute") pulseaudio-ctl mute ;;
- *) exit 1 ;;
-esac
-
-notify-send "volume $(pulseaudio-ctl full-status | cut -d ' ' -f 1)"