dots/.config/dunst/dunstrc

29 lines
524 B
Plaintext

[global]
notification_limit = 0
follow = mouse
shrink= yes
frame_width = 1
frame_color = "#005577"
separator_color = frame
font = Monospace 9
format = "<b>%s</b>\n%b"
alignment = center
ellipsize = middle
[urgency_low]
background = "#222222"
foreground = "#d3d0c8"
timeout = 3
[urgency_normal]
background = "#222222"
foreground = "#d3d0c8"
timeout = 5
[urgency_critical]
background = "#181a1b"
foreground = "#d3d0c8"
timeout = 10
# vim: ft=cfg