aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bin/notifyvolume
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bin/notifyvolume')
-rwxr-xr-xscripts/bin/notifyvolume3
1 files changed, 3 insertions, 0 deletions
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 @@
1#!/bin/bash
2
3exec /usr/bin/notify-send -t 1000 -i volume-knob "Volume $(amixer -q | grep -A5 Master | grep '%' | cut -d'[' -f2 | cut -d']' -f1)"