scripts/mutetog

6 lines
82 B
Plaintext
Raw Permalink Normal View History

2023-06-03 12:15:49 +00:00
#!/bin/sh
pactl set-sink-mute @DEFAULT_SINK@ toggle
kill -46 $(pidof dwmblocks)