7 lines
122 B
Bash
Executable file
7 lines
122 B
Bash
Executable file
#!/bin/sh
|
|
# Mute
|
|
|
|
amixer -q set Master toggle
|
|
|
|
# Restart statusbar module (dwm & dwmblocks)
|
|
kill -44 "$(pidof dwmblocks)"
|