56 lines
952 B
Plaintext
56 lines
952 B
Plaintext
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
|
|
##
|
|
## 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
|
|
# Annoying sounds on notifications
|
|
# 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=0
|
|
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
|
|
|
|
# Mako_Colors
|
|
background-color=#0F161C
|
|
text-color=#c0cbcb
|
|
border-color=#18232c
|
|
progress-color=over #5B7C83
|
|
|
|
[urgency=low]
|
|
border-color=#18232c
|
|
default-timeout=2000
|
|
|
|
[urgency=normal]
|
|
border-color=#18232c
|
|
default-timeout=5000
|
|
|
|
[urgency=high]
|
|
border-color=#50696F
|
|
text-color=#50696F
|
|
default-timeout=0
|