1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

dunst: added dnd mode

This commit is contained in:
2023-10-22 01:16:03 +02:00
parent 7756ef5d6d
commit 12cb200ba8
4 changed files with 29 additions and 3 deletions

7
.local/bin/tools/dnd_start Executable file
View File

@@ -0,0 +1,7 @@
#!/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