mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-17 07:22:11 +01:00
16 lines
339 B
Text
16 lines
339 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
|