dotfiles/scripts/voldown
tavo-wasd fd69ecbbe6 init
2023-05-08 20:39:39 -06:00

6 lines
127 B
Bash
Executable file

#!/bin/sh
# Reduces volume by 5%,
# then restarts statusbar module
amixer set Master 5%- unmute
kill -44 "$(pidof dwmblocks)"