diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-21 23:18:06 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-21 23:18:06 +0200 |
| commit | ffde9c98f50b7040300f6a73dc43b2cba3681bc3 (patch) | |
| tree | 32e67e64aeb79d8b4efab373ab5dbfc4288501ef /.config/mako/config | |
| parent | c599236cc3ff79a61c8db05a744015439fdc307e (diff) | |
add colored notifications for mako and rely on systemd service instead of sway starting mako
Diffstat (limited to '.config/mako/config')
| -rw-r--r-- | .config/mako/config | 28 |
1 files changed, 22 insertions, 6 deletions
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=<b> %a </b> %s\n%b +format=<b>%a </b> %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 |
