diff options
Diffstat (limited to '.local/bin/swsnd')
-rwxr-xr-x | .local/bin/swsnd | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.local/bin/swsnd b/.local/bin/swsnd index d64a034..60feb1a 100755 --- a/.local/bin/swsnd +++ b/.local/bin/swsnd @@ -9,10 +9,7 @@ else if (`$cmd | rev | cut -d ' ' -f 1` == 0) then else $cmd=0 >&/dev/null endif -exec notify-send \ - -u low \ - -t 2000 \ - 'swsnd' \ - "Switched to `grep default /dev/sndstat | \ +exec herbe \ + "Switched to `grep default /dev/sndstat | \ sed -e 's/.*<\(.*\)>.*/\1/' | \ sed -e 's/.*(\(.*\)).*/\1/'`" |