57 lines
915 B
Text
57 lines
915 B
Text
|
## Mako configuration file
|
||
|
|
||
|
# GLOBAL CONFIGURATION OPTIONS
|
||
|
max-history=100
|
||
|
sort=-time
|
||
|
|
||
|
# BINDING OPTIONS
|
||
|
on-button-left=dismiss
|
||
|
on-button-middle=none
|
||
|
on-button-right=dismiss-all
|
||
|
on-touch=dismiss
|
||
|
on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/message.oga
|
||
|
|
||
|
# STYLE OPTIONS
|
||
|
# font=JetBrains Mono 10
|
||
|
width=300
|
||
|
height=100
|
||
|
margin=10
|
||
|
padding=15
|
||
|
border-size=2
|
||
|
border-radius=15
|
||
|
icons=1
|
||
|
max-icon-size=48
|
||
|
icon-location=left
|
||
|
markup=1
|
||
|
actions=1
|
||
|
history=1
|
||
|
text-alignment=left
|
||
|
default-timeout=5000
|
||
|
ignore-timeout=0
|
||
|
max-visible=5
|
||
|
layer=overlay
|
||
|
anchor=top-right
|
||
|
|
||
|
background-color=#24273a
|
||
|
text-color=#cad3f5
|
||
|
border-color=#c6a0f6
|
||
|
progress-color=over #B4A1DB
|
||
|
|
||
|
[urgency=low]
|
||
|
border-color=#B4A1DB
|
||
|
default-timeout=2000
|
||
|
|
||
|
[urgency=normal]
|
||
|
border-color=#B4A1DB
|
||
|
default-timeout=5000
|
||
|
|
||
|
[urgency=high]
|
||
|
border-color=#D04E9D
|
||
|
text-color=#D04E9D
|
||
|
default-timeout=0
|
||
|
|
||
|
[category=mpd]
|
||
|
border-color=#E49186
|
||
|
default-timeout=2000
|
||
|
group-by=category
|