dotfiles-i3/.config/dunst/dunstrc
finga 309a329b7b dunst: Create dunst config
In order to improve visibility of notifications add a custom
configuration.
2023-06-23 14:47:44 +02:00

21 lines
372 B
Plaintext

[global]
follow = keyboard
scale = 2
idle_threshold = 3
font = Monospace 12
history_length = 100
corner_radius = 5
ignore_dbusclose = true
timeout = 0
background = "#333333"
frame_color = "#009900"
[urgency_low]
foreground = "#009900"
[urgency_normal]
foreground = "#ffee33"
[urgency_critical]
foreground = "#aa3333"