blob: f68d5daf6924ff8c4f7e4d9f9c28082dfc27cab9 (
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
|
[global]
horizontal_padding = 12
frame_width = 3
separator_height = 3
font = LilexNerdFont 16
icon_theme = Papirus-Dark
enable_recursive_icon_lookup = true
corner_radius = 16
frame_color = "{{color11}}"
separator_color= frame
[urgency_low]
background = "{{background}}"
foreground = "{{foreground}}"
[urgency_normal]
background = "{{background}}"
foreground = "{{foreground}}"
[urgency_critical]
background = "{{color11}}"
foreground = "{{background}}"
frame_color = "{{color3}}"
|