forked from Snoweuph/Dotfiles
9 lines
No EOL
262 B
INI
9 lines
No EOL
262 B
INI
[module/dunst-snooze]
|
|
type = custom/script
|
|
exec = "${exec.dunst-snooze}"
|
|
tail = true
|
|
click-left = ~/.config/polybar/scripts/dunst-snooze.sh --toggle &
|
|
label = "%output%"
|
|
|
|
label-background = ${colors.primary-accent}
|
|
label-foreground = ${colors.primary-background} |