blob: c5e67f20af144e627b79301011755963887cba8e (
plain) (
blame)
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
|
# vim: ft=config
layer=top
anchor=top-right
font=Iosevka SS08 11
# font=Cozette Vector
padding=8
width=500
height=300
background-color={{ hex .normal_black }}
text-color={{ hex .gofun }}
border-color={{ hex .fuji }}dd
# border-radius=2
border-size=2
progress-color=source {{ hex .rurikon }}dd
group-by=app-name
default-timeout=3000
history=1
max-history=20
[urgency=high]
border-color={{ hex .kurenai }}dd
[category=error]
border-color={{ hex .kurenai }}dd
[category=warning]
border-color={{ hex .nanohana }}dd
[category=success]
border-color={{ hex .midori }}dd
|