blob: d2996e164bc8755c48253502a2f9f96075aa4d7c (
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
|
# Catppuccin "Frappé" theme.
[global]
origin = top-right
offset = 50x50
separator_color = "#303446"
format = "<b>%s</b> (%a)\n%b"
icon_path = "/usr/share/icons"
icon_theme = "Adwaita, hicolor, HighContrast"
enable_recursive_icon_lookup = true
default_icon = none
corner_radius = 10
[urgency_low]
frame_color = "#a6d189"
foreground = "#c6d0f5"
background = "#303446"
[urgency_normal]
frame_color = "#8caaee"
foreground = "#c6d0f5"
background = "#303446"
[urgency_critical]
frame_color = "#e78284"
foreground = "#c6d0f5"
background = "#303446"
|