-
Notifications
You must be signed in to change notification settings - Fork 0
/
dunstrc
50 lines (42 loc) · 1.12 KB
/
dunstrc
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
[global]
geometry = "500x7-30+40"
frame_width = 4
separator_height = 0
padding = 8
horizontal_padding = 8
history_length = 1
icon_position = left
max_icon_size=64
word_wrap = yes
mouse_left_click = do_action
mouse_middle_click = close_all
mouse_right_click = close_current
format = "<b>%s</b>\n%b"
follow = keyboard
show_indicators = yes
markup = full
dmenu = /usr/bin/instantmenu -q "notification menu" -l 10 -w -1 -x 1000000 -bw 5 -y 32
[i3blocks]
summary = "*"
urgency = normal
script = /usr/bin/instantnotifytrigger
# generated by instantTHEMES start
# REMOVE MARKERS TO MANUALLY EDIT THIS PORTION
# (This is a default theme that will be replaced by applying an instantTHEMES theme)
[urgency_low]
background = "#191a2a"
foreground = "#dddddd"
frame_color = "#52E067"
timeout = 5
[urgency_normal]
background = "#191a2a"
foreground = "#dddddd"
frame_color = "#9a7acf"
timeout = 10
[urgency_critical]
background = "#292F3A"
foreground = "#FFFFFF"
frame_color = "#f45dff"
timeout = 0
# REMOVE MARKERS TO MANUALLY EDIT THIS PORTION
# generated by instantTHEMES end