summaryrefslogtreecommitdiff
path: root/artix/home/.config/dunst/dunstrc
blob: 8ab4e1e0e28230be8d04fb9cc2fba39adb3f521e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[global]
	background = "#1A1B26"
	foreground = "#ffffff"
	frame_color = "#3B4261"
	frame_width = 5
	timeout = 10
	alignment = center
	enable_recursive_icon_lookup = true
	padding = 5
	horizontal_padding = 5
	font = 0xProto Nerd font 15
	corner_radius = 0
	separator_height = 5
[urgency_low]
	background = "#7aa2f7"
	foreground = "#ffffff"
	timeout = 10
[urgency_critical]
	background = "#F7768E"
	foreground = "#1A1B26"
	timeout = 10