From ffde9c98f50b7040300f6a73dc43b2cba3681bc3 Mon Sep 17 00:00:00 2001 From: ewy Date: Thu, 21 May 2026 23:18:06 +0200 Subject: add colored notifications for mako and rely on systemd service instead of sway starting mako --- .config/mako/config | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to '.config/mako') diff --git a/.config/mako/config b/.config/mako/config index ca722c8..b428c62 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -1,15 +1,20 @@ -background-color=#000000 -border-color=#ffffff +font=Ubuntu Sans +background-color=#3e3b37 +border-color=#1e1b19 +text-color=#ded5c8 text-alignment=left -icon-location=left +icon-location=right anchor=bottom-left outer-margin=10,0 layer=overlay -format= %a  %s\n%b +format=%a  %s\n%b max-icon-size=64 -padding=0,5,0,0 +padding=0,8,0,0 group-by=summary +# include the non-tracked host.config +include=~/.config/mako/host.config + [app-name="uwupass"] group-by=none @@ -20,7 +25,18 @@ on-notify=exec play -v 0.3 /home/ewout/.config/mako/Magic_Dart.mp3 group-by=app-name [app-icon=] -padding=5 +padding=0,8 [mode=do-not-disturb] invisible=1 +on-notify=none + +[urgency=low] +background-color=#bad1f9 +border-color=#e6fcf6 +text-color=#1e1b19 + +[urgency=critical] +background-color=#f2cae2 +border-color=#edadad +text-color=#1e1b19 -- cgit v1.3.1