1
0
Fork 0
dotfiles/.config/dunst/dunstrc

30 lines
556 B
Plaintext
Raw Normal View History

2022-07-04 21:36:33 +02:00
[global]
monitor = 0
follow = keyboard
width = 370
height = 370
offset = 0x19
padding = 1
horizontal_padding = 1
transparency = 10
font = Monospace 12
format = "<b>%s</b>\n%b"
2022-08-22 20:32:19 +02:00
frame_width = 2
2023-02-06 19:00:41 +01:00
frame_color = "#383c4a"
2022-07-04 21:36:33 +02:00
[urgency_low]
2023-02-06 19:00:41 +01:00
background = "#1a1b26"
foreground = "#c0caf5"
2022-07-04 21:36:33 +02:00
timeout = 3
[urgency_normal]
2023-02-06 19:00:41 +01:00
background = "#1a1b26"
2022-07-04 21:36:33 +02:00
foreground = "#7aa2f7"
timeout = 5
[urgency_critical]
2023-02-06 19:00:41 +01:00
background = "#1a1b26"
2022-07-04 21:36:33 +02:00
foreground = "#7aa2f7"
frame_color = "#ff768e"
timeout = 10