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