47 lines
668 B
Plaintext
47 lines
668 B
Plaintext
# Lightweight Wayland Notification Daemon (mako) Configuration File
|
|
# the man page of mako config file is a mess :skull:
|
|
|
|
# general
|
|
max-history=20
|
|
sort=-time
|
|
actions=1
|
|
history=1
|
|
icons=1
|
|
default-timeout=1
|
|
ignore-timeout=1
|
|
|
|
# display
|
|
layer=overlay
|
|
anchor=top-right
|
|
|
|
# binding
|
|
on-touch=invoke-default-action
|
|
|
|
# style
|
|
font=Cantarell 12
|
|
background-color=#1b2024
|
|
padding=12
|
|
width=420
|
|
border-size=1
|
|
border-color=#7e7e7ef0
|
|
border-radius=14
|
|
text-alignment=left
|
|
margin=16
|
|
max-icon-size=72
|
|
|
|
# [urgency="low"]
|
|
# default-timeout=1
|
|
|
|
# [urgency="normal"]
|
|
# default-timeout=1
|
|
|
|
# [urgency="critical"]
|
|
# default-timeout=1
|
|
|
|
# modes
|
|
[mode="dnd"]
|
|
invisible=1
|
|
|
|
# vim: ft=cfg
|
|
# nvim: ft=cfg
|