diff options
| author | jason | 2019-07-22 14:36:09 -0600 |
|---|---|---|
| committer | jason | 2019-07-22 14:36:09 -0600 |
| commit | 308fd99861a1f4ac3f5b87d36abfe8e02df224b0 (patch) | |
| tree | 4938ee17ac6e2aca32bb348e7a10e52719d50ee1 /scripts | |
| parent | 2cecaefc93500685a656bde869eeab130432bb40 (diff) | |
| download | dotfiles-308fd99861a1f4ac3f5b87d36abfe8e02df224b0.tar.gz dotfiles-308fd99861a1f4ac3f5b87d36abfe8e02df224b0.zip | |
i3bar updates and volume script fix
Diffstat (limited to 'scripts')
| -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 |