mako: update config

This commit is contained in:
lelgenio 2021-03-28 19:30:11 -03:00
parent c0b9837488
commit 98e1a318f2
2 changed files with 24 additions and 5 deletions

View File

@ -199,7 +199,7 @@ actions:
notify: >
test -n "$DISPLAY" &&
notify-send
notify-send --app-name=dotdrop
"Updating dotfiles"
"{{@@ _dotfile_abs_dst.lstrip(env['HOME']) @@}}" ||
true

View File

@ -1,17 +1,36 @@
# {{@@ header() @@}}
font={{@@ font.interface @@}} 12
# text
font={{@@ font.interface @@}} {{@@ font.size.small @@}}
text-color={{@@ color.txt @@}}
# colors
background-color={{@@ color.bg @@}}{{@@ opacity | clamp_to_hex @@}}
border-color={{@@ accent_color @@}}
border-size=5
progress-color={{@@ accent_color @@}}
progress-color=over {{@@ accent_color @@}}88
# decoration
border-size=2
padding=5
margin=15
# features
icons=1
default-timeout=10000
markup=1
actions=1
default-timeout=10000
# position
layer=overlay
[app-name=volumesh]
default-timeout=5000
group-by=app-name
format=<b>%s</b>\n%b
[app-name=dotdrop]
default-timeout=5000
group-by=app-name
format=<b>%s</b>\n%b
# vim: ft=ini