Skip to main content

max / alloy_tui

1.1 KB · 51 lines History Blame Raw
1 # Alloy mako configuration
2 #
3 # Notification daemon per docs/STACK.md#notification-daemon. Alloy
4 # light-mode palette per docs/TOKENS.md; urgency shows as border color
5 # (low = border-subtle, normal = border, critical = accent-error).
6 # IosevkaTerm Nerd Font so glyphs align with body text.
7 #
8 # The v2 bespoke egui daemon should reproduce these defaults verbatim
9 # so existing users don't feel the switch.
10
11 font=IosevkaTerm Nerd Font 11
12
13 background-color=#ede7de
14 text-color=#1a1816
15 border-color=#cabeae
16 border-size=1
17 border-radius=4
18
19 padding=10,14
20 margin=8
21
22 default-timeout=5000
23 ignore-timeout=0
24
25 max-visible=5
26 sort=-time
27 layer=overlay
28 anchor=top-right
29 output=
30
31 icons=1
32 icon-path=/usr/share/icons/Adwaita/scalable:/usr/share/icons/hicolor
33
34 format=<b>%s</b>\n%b
35 markup=1
36 actions=1
37
38 # -------------------------------------------------------------------
39 # Per-urgency overrides — border color signals severity
40 # -------------------------------------------------------------------
41 [urgency=low]
42 border-color=#dad2c7
43 default-timeout=3000
44
45 [urgency=normal]
46 border-color=#cabeae
47
48 [urgency=critical]
49 border-color=#6a2828
50 default-timeout=0
51