43 lines
853 B
Plaintext
43 lines
853 B
Plaintext
# Mako notification daemon configuration
|
|
# Generated by matugen
|
|
|
|
# Appearance
|
|
font=Sans 11
|
|
width=350
|
|
height=150
|
|
margin=10
|
|
padding=15
|
|
border-size=2
|
|
border-radius=8
|
|
|
|
# Behavior
|
|
default-timeout=5000
|
|
ignore-timeout=false
|
|
layer=overlay
|
|
anchor=top-right
|
|
|
|
# Interaction
|
|
markup=true
|
|
actions=true
|
|
|
|
# Grouping
|
|
group-by=app-name
|
|
max-visible=5
|
|
sort=-time
|
|
|
|
# Theme colors from matugen
|
|
background-color=#{{colors.surface_container_high.default.hex_stripped}}
|
|
text-color=#{{colors.on_surface.default.hex_stripped}}
|
|
border-color=#{{colors.primary.default.hex_stripped}}
|
|
progress-color=over #{{colors.primary_container.default.hex_stripped}}
|
|
|
|
[urgency=low]
|
|
border-color=#{{colors.tertiary.default.hex_stripped}}
|
|
|
|
[urgency=normal]
|
|
border-color=#{{colors.primary.default.hex_stripped}}
|
|
|
|
[urgency=high]
|
|
border-color=#{{colors.error.default.hex_stripped}}
|
|
default-timeout=0
|