summaryrefslogtreecommitdiff
path: root/dots/mako/.config/mako/config.j2
diff options
context:
space:
mode:
Diffstat (limited to 'dots/mako/.config/mako/config.j2')
-rw-r--r--dots/mako/.config/mako/config.j226
1 files changed, 26 insertions, 0 deletions
diff --git a/dots/mako/.config/mako/config.j2 b/dots/mako/.config/mako/config.j2
new file mode 100644
index 0000000..d9a2f33
--- /dev/null
+++ b/dots/mako/.config/mako/config.j2
@@ -0,0 +1,26 @@
+on-notify=exec mpv --volume=50 ~/.config/mako/sounds/notification.mp3 &
+
+font=monospace 11
+format=<b>%a ⏵</b> %s\n%b
+sort=-time
+layer=overlay
+anchor=top-right
+background-color={{ theme.colors.background }}
+width=300
+height=150
+margin=10,20,5
+padding=10,20,5
+border-size=2
+border-color={{ theme.colors.regular6 }}
+border-radius=10
+icons=1
+max-icon-size=64
+default-timeout=5000
+ignore-timeout=1
+
+[urgency=normal]
+border-color={{ theme.colors.regular4 }}
+
+[urgency=high]
+border-color={{ theme.colors.regular3 }}
+default-timeout=0