voidrice/.config/dunst/dunstrc

28 lines
508 B
Text
Raw Normal View History

2018-04-23 15:40:41 +00:00
[global]
monitor = 0
follow = keyboard
2021-11-11 17:47:17 +00:00
width = 370
height = 350
offset = 0x19
padding = 2
horizontal_padding = 2
transparency = 25
font = Monospace 12
2019-04-02 23:20:26 +00:00
format = "<b>%s</b>\n%b"
2018-04-23 15:40:41 +00:00
[urgency_low]
2021-11-11 17:47:17 +00:00
background = "#040509"
foreground = "#70896e"
timeout = 3
2018-04-23 15:40:41 +00:00
[urgency_normal]
2021-11-11 17:47:17 +00:00
foreground = "#a0c49e"
background = "#545069"
2018-04-23 15:40:41 +00:00
timeout = 5
[urgency_critical]
2021-11-11 17:47:17 +00:00
background = "#4D314E"
foreground = "#a0c49e"
frame_color = "#544858"
timeout = 10