From cfce7547cd36c8ab7f53fb620e0297e722761d8d Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 20 Apr 2017 16:36:34 -0600 Subject: Update move in scripts, add bin scripts --- scripts/bin/notifyvolume | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/bin/notifyvolume (limited to 'scripts/bin/notifyvolume') diff --git a/scripts/bin/notifyvolume b/scripts/bin/notifyvolume new file mode 100755 index 0000000..0da7337 --- /dev/null +++ b/scripts/bin/notifyvolume @@ -0,0 +1,3 @@ +#!/bin/bash + +exec /usr/bin/notify-send -t 1000 -i volume-knob "Volume $(amixer -q | grep -A5 Master | grep '%' | cut -d'[' -f2 | cut -d']' -f1)" -- cgit v1.2.1