4 lines
77 B
Bash
4 lines
77 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
/usr/bin/pactl set-sink-volume 0 -5% && pkill -RTMIN+10 dwmblocks
|