scripts/mutetog

6 lines
82 B
Bash
Executable File

#!/bin/sh
pactl set-sink-mute @DEFAULT_SINK@ toggle
kill -46 $(pidof dwmblocks)