1
0
Fork 0
mirror of https://github.com/SinTan1729/random.git synced 2025-02-05 06:02:36 -06:00

chg: Added muting

This commit is contained in:
Sayantan Santra 2025-01-16 15:46:01 -06:00
parent 12c0c39e67
commit c0d8372159
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

View file

@ -6,6 +6,8 @@ dnd=$(pgrep DND.py)
if [[ $dnd ]];
then
kill $dnd
pactl set-sink-mute @DEFAULT_SINK@ false
else
/home/sintan/.local/bin/personal/DND.py &
pactl set-sink-mute @DEFAULT_SINK@ true
fi