50 lines
965 B
Plaintext
50 lines
965 B
Plaintext
# Mako notification configuration
|
|
# Styled to match Sway/Fuzzel/eww theme
|
|
# Generated from template using ~/.config/update-colors
|
|
|
|
# Appearance
|
|
font=JetBrainsMono Nerd Font 10
|
|
background-color=#$BG
|
|
text-color=#$FG
|
|
border-color=#$BORDER
|
|
border-size=3
|
|
border-radius=7
|
|
width=300
|
|
height=300
|
|
margin=5
|
|
padding=8
|
|
icon-path=/usr/share/icons/Papirus-Dark
|
|
|
|
# Layout
|
|
anchor=top-center
|
|
outer-margin=30,0,0,0
|
|
|
|
# Behavior
|
|
default-timeout=6000
|
|
ignore-timeout=0
|
|
max-visible=20
|
|
sort=-time
|
|
|
|
# Format - show app name in italics
|
|
format=<b>%s</b> <i>(%a)</i>\n%b
|
|
markup=1
|
|
|
|
# Mouse bindings - click to focus app, invoke action, and close
|
|
on-button-left=exec ~/.config/mako/scripts/handle-click $id
|
|
on-button-middle=none
|
|
on-button-right=exec makoctl dismiss -n $id
|
|
|
|
# Urgency levels
|
|
[urgency=low]
|
|
background-color=#$BG_BAR
|
|
border-color=#$TRACK
|
|
|
|
[urgency=normal]
|
|
background-color=#$BG
|
|
border-color=#$BORDER
|
|
|
|
[urgency=critical]
|
|
background-color=#$BG
|
|
border-color=#$URGENT
|
|
default-timeout=0
|