dotfiles/scripts/mute
2024-02-21 22:18:46 -06:00

8 lines
168 B
Bash
Executable file

#!/bin/sh
# Mute
amixer -q set Master toggle
VOLSTAT="$(volstat)"
notify-send -u low --replace-id=10 "$VOLSTAT" 2>/dev/null
kill -44 "$(pidof dwmblocks)" 2>/dev/null