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

View File

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