From 33788846e2662d0bf792401fd770fe5d738e60af Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 23 Feb 2021 18:11:25 +0100 Subject: Updated volume notification done directly by pulseaudio-ctl, with dunst configured to stack them (like regular volume notification), Removed volume-ctl script --- bin/volume-ctl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 bin/volume-ctl (limited to 'bin') 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)" -- cgit