This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/mako.conf

37 lines
586 B
Plaintext
Raw Normal View History

2020-06-21 00:07:53 +02:00
# {{@@ header() @@}}
2021-03-29 00:30:11 +02:00
# text
font={{@@ font.interface @@}} {{@@ font.size.small @@}}
2020-06-20 18:58:49 +02:00
text-color={{@@ color.txt @@}}
2021-03-29 00:30:11 +02:00
# colors
background-color={{@@ color.bg @@}}{{@@ opacity | clamp_to_hex @@}}
2020-10-25 22:10:20 +01:00
border-color={{@@ accent_color @@}}
2021-03-29 00:30:11 +02:00
progress-color=over {{@@ accent_color @@}}88
# decoration
border-size=2
padding=5
margin=15
# features
2020-06-20 18:58:49 +02:00
icons=1
markup=1
actions=1
2021-03-29 00:30:11 +02:00
default-timeout=10000
# position
2020-06-20 18:58:49 +02:00
layer=overlay
2020-07-15 08:18:27 +02:00
[app-name=volumesh]
2020-06-20 18:58:49 +02:00
default-timeout=5000
group-by=app-name
format=<b>%s</b>\n%b
2021-03-29 00:30:11 +02:00
[app-name=dotdrop]
default-timeout=5000
group-by=app-name
format=<b>%s</b>\n%b
# vim: ft=ini