summaryrefslogtreecommitdiff
path: root/artix/template/dunst/dunstrc
blob: 72383c5fb83f76d76d0f1b0b779b598bfb0ad10d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[global]
	background = "$HEX_BACKGROUND"
	foreground = "$HEX_FOREGROUND"
	frame_color = "$HEX_BRIGHT_BLACK"
	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 = "$HEX_BACKGROUND"
	foreground = "$HEX_FOREGROUND"
	timeout = 10
[urgency_critical]
	background = "$HEX_BACKGROUND"
	foreground = "$HEX_FOREGROUND"
	timeout = 10