7 lines
126 B
Bash
Executable file
7 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
# Mute
|
|
|
|
amixer -q set Master toggle
|
|
$HOME/.config/scripts/status/volstat
|
|
|
|
kill -44 "$(pidof dwmblocks)" 2>/dev/null
|