blob: 7f9479538aa2a0d8199cc1d25ac93b42847886dd (
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
|
[global]
width = (200,600)
offset = (24,24)
progress_bar_min_width = 380
progress_bar_max_width = 380
progress_bar_corner_radius = 0
padding = 10
horizontal_padding = 10
frame_width = 2
gap_size = 3
origin = "top-right"
font = "Google Sans 12"
enable_recursive_icon_lookup = true
corner_radius = 0
background = "#000000"
foreground = "#ffffff"
[urgency_low]
background = "#000000"
highlight = "#ffffff"
frame_color = "#ffffff"
format = "<b><span foreground='#31748f'>%s</span></b>\n%b"
[urgency_normal]
background = "#000000"
highlight = "#ffffff"
frame_color = "#ffffff"
format = "<b><span foreground='#e0def4'>%s</span></b>\n%b"
[urgency_critical]
background = "#000000"
highlight = "#ffffff"
frame_color = "#ffffff"
default_icon = "dialog-error"
format = "<b><span foreground='#36263d'>%s</span></b>\n%b"
|