power menu, redshift, polybar
This commit is contained in:
16
.config/polybar/scripts/dunst-snooze/README.md
Normal file
16
.config/polybar/scripts/dunst-snooze/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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 &
|
||||
```
|
||||
Reference in New Issue
Block a user