blob: 39173aed7faf65edb979d950cf1655a894dd545c (
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
|
[global]
origin = top-right
offset = (15, 15)
width = 250
height = (0, 75)
monitor = 1
follow = none
frame_width = 2
frame_color = "#c0c0c0"
separator_color = frame
separator_height = 2
padding = 15
horizontal_padding = 20
transparency = 5
corner_radius = 0
icon_position = left
max_icon_size = 32
markup = full
format = "<span foreground='#ffffff'><b>%s</b></span>\n%b"
alignment = left
word_wrap = yes
ellipsize = middle
sort = yes
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
sticky_history = yes
history_length = 20
idle_threshold = 120
[urgency_low]
background = "#0f1212"
foreground = "#f0e0e0"
timeout = 10
[urgency_normal]
background = "#0f1212"
foreground = "#f0e0e0"
timeout = 10
[urgency_critical]
background = "#d64e4e"
foreground = "#f0e0e0"
frame_color = "#d64e4e"
timeout = 0
|