dotfiles/scripts/volmute
2022-06-30 11:25:17 -05:00

7 lines
No EOL
283 B
Bash
Executable file

#!/bin/sh
awesome-client "naughty.destroy_all_notifications()"
pamixer -t
pw-play /nix/store/grc8na7vz23zlz0q9g76y6f66qrgr2cv-sound-theme-freedesktop-0.8/share/sounds/freedesktop/stereo/audio-volume-change.oga
volume=$(pulsemixer --get-volume | awk '{print $1}')
notify-send $volume