Dotfiles/polybar/modules/dunst-snooze.ini

9 lines
262 B
INI
Raw Normal View History

2023-02-03 18:12:16 +00:00
[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}