1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-19 18:17:45 +01:00
dotfiles/.local/bin/tools/dnd_start

8 lines
182 B
Plaintext
Raw Normal View History

2023-10-22 01:16:03 +02:00
#!/bin/sh
notify-send -u low "dunst" "Do not disturb started"
dunstctl history-clear
dunstctl rule dnd_low enable
dunstctl rule dnd_normal enable
dunstctl rule sound_normal disable