mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 12:32:27 +01:00
15 lines
343 B
Text
15 lines
343 B
Text
# vim: ft=conf
|
|
# Dismiss all notifications on middle click
|
|
on-button-middle=dismiss-all
|
|
|
|
font=<% opt.font %> 10
|
|
|
|
default-timeout=8000
|
|
|
|
anchor=top-left
|
|
|
|
# Colors
|
|
background-color=#<% opt.catppuccin.base %>E0
|
|
text-color=#<% opt.catppuccin.text %>FF
|
|
border-color=#<% opt.catppuccin.red %>FF
|
|
progress-color=source #<% opt.catppuccin.surface0 %>E0
|