17 lines
421 B
Markdown
17 lines
421 B
Markdown
# Script: dunst-snooze
|
|
|
|
A script to disable/enable Dunst notifications. When disabled, notifications will still be created and saved by dunst until you enable it again.
|
|
|
|

|
|

|
|
|
|
|
|
## Module
|
|
```ini
|
|
[module/dunst-snooze]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/dunst-snooze.sh
|
|
interval = 10
|
|
click-left = ~/polybar-scripts/dunst-snooze.sh --toggle &
|
|
```
|