dotfiles/scripts/volup
2024-02-04 19:01:27 -06:00

6 lines
141 B
Bash
Executable file

#!/bin/sh
# Increases volume by 5%,
# then restarts statusbar module
amixer set Master 5%+ unmute
kill -44 "$(pidof dwmblocks)" 2>/dev/null