aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
blob: aa1379ad689dd2eb1c80391e3fb87f1610871eab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[global]
	font = Liberation Mono 8
	markup = yes
	format = "<span font_size="large"><b>%s</b></span> %a\n%b"
	sort = yes
	indicate_hidden = yes
	alignment = left
	bounce_freq = 0
	show_age_threshold = 60
	word_wrap = yes
	ignore_newline = no
	geometry = "300x5-10+30"
	shrink = no
	transparency = 20
	idle_threshold = 120
	monitor = 0
	follow = mouse
	sticky_history = yes
	history_length = 20
	show_indicators = yes
	line_height = 0
	separator_height = 2
	padding = 8
	horizontal_padding = 8
	separator_color = frame
	startup_notification = false
	dmenu = /usr/bin/dmenu -p dunst:
	browser = open
	max_icon_size = 48
	icon_position = right
	icon_path = /home/tyil/.local/share/icons/scalable/actions:/home/tyil/.local/share/icons/scalable/alternative_icons:/home/tyil/.local/share/icons/scalable/animations:/home/tyil/.local/share/icons/scalable/application_icons:/home/tyil/.local/share/icons/scalable/apps:/home/tyil/.local/share/icons/scalable/categories:/home/tyil/.local/share/icons/scalable/devices:/home/tyil/.local/share/icons/scalable/emblems:/home/tyil/.local/share/icons/scalable/mimetypes:/home/tyil/.local/share/icons/scalable/places:/home/tyil/.local/share/icons/scalable/real_icons:/home/tyil/.local/share/icons/scalable/status:/home/tyil/.local/share/icons/scalable/stock
	frame_width = 2
	frame_color = "#aaaaaa"

[shortcuts]
	close = ctrl+grave
	close_all = ctrl+shift+grave
	history = mod1+grave
	context = ctrl+mod1+grave

[urgency_low]
	background = "#333333"
	foreground = "#ffffff"
	timeout = 10

[urgency_normal]
	background = "#000000"
	foreground = "#ffffff"
	timeout = 10

[urgency_critical]
	background = "#660000"
	foreground = "#ffffff"
	timeout = 0

# Override notifications from certain sources

[mpd]
	appname = MPD
	urgency = normal

[signal-desktop]
	icon_position = off

# vim: ft=cfg