blob: 39296fdb22310e8dd5545f0c9a5146739f9918fa (
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
|
[global]
monitor = 0
follow = keyboard
geometry = "300x10-8+34"
indicate_hidden = yes
shrink = true
transparency = 6
notification_height = 0
separator_height = 20
padding = 20
horizontal_padding = 10
frame_width = 1
frame_color = "#ffffff"
separator_color = auto
font = FiraSans
markup = full
format = "<b>%s</b> %p\n<i>%b</i>"
alignment = left
show_age_threshold = 60
word_wrap = yes
ellipsize = middle
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
icon_position = left
max_icon_size = 48
icon_path = /usr/share/icons/Papirus/16x16/status/:/usr/share/icons/Papirus/16x16/devices/:/usr/share/icons/Papirus/16x16/apps/
sticky_history = yes
history_length = 20
always_run_script = true
startup_notification = false
browser = /usr/bin/firefox -new-tab
verbosity = mesg
corner_radius = 0
force_xinerama = false
mouse_left_click = close_current
mouse_middle_click = do_action
mouse_right_click = close_all
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[urgency_low]
timeout = 4
background = "#2a2f33"
foreground = "#aadae0"
frame_color = "#aadae0"
[urgency_normal]
timeout = 8
background = "#2a2f33"
foreground = "#baeff6"
frame_color = "#baeff6"
[urgency_critical]
timeout = 0
background = "#2a2f33"
foreground = "#ffbaba"
frame_color = "#ffbaba"
|