diff options
| author | jason | 2019-10-09 16:16:39 -0600 |
|---|---|---|
| committer | jason | 2019-10-09 16:16:39 -0600 |
| commit | 6c7b4d38f8a62cf98eb2a9810959f012cc2d160c (patch) | |
| tree | 5a0e233ef15d4ee392b3794b4bb21f3cef653d55 /scripts/bin | |
| parent | 532258374187cd52576a63afe7b45e7e65eb5de7 (diff) | |
| parent | 7eb8ea2a19f3f6367c172397b7ad3897e3d8db70 (diff) | |
| download | dotfiles-6c7b4d38f8a62cf98eb2a9810959f012cc2d160c.tar.gz dotfiles-6c7b4d38f8a62cf98eb2a9810959f012cc2d160c.zip | |
Merge branch 'master' of zzq.org:repos/dotfiles
Diffstat (limited to 'scripts/bin')
| -rwxr-xr-x | scripts/bin/notifyvolume | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bin/notifyvolume b/scripts/bin/notifyvolume index 0da7337..4b43b00 100755 --- a/scripts/bin/notifyvolume +++ b/scripts/bin/notifyvolume | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | 2 | ||
| 3 | exec /usr/bin/notify-send -t 1000 -i volume-knob "Volume $(amixer -q | grep -A5 Master | grep '%' | cut -d'[' -f2 | cut -d']' -f1)" | 3 | exec amixer set Master $@ | grep "Mono: Playback" | cut -d '[' -f2 | cut -d ']' -f1 | xargs /usr/bin/notify-send -t 500 -i volume-knob |