diff options
| author | ryukamish <[email protected]> | 2026-04-11 16:06:45 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-11 16:06:45 +0530 |
| commit | 607891801fbf2051a0c9062d15a445dd238c1e1b (patch) | |
| tree | 33b8cfba2355b498addea05e385b06d46cced30f /mako | |
| parent | 6fbde2906e3bb2d4d1df23f6374d8a6a0aef870f (diff) | |
add: mako and mpv configs
Diffstat (limited to 'mako')
| -rw-r--r-- | mako/config | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mako/config b/mako/config new file mode 100644 index 0000000..bba65c9 --- /dev/null +++ b/mako/config @@ -0,0 +1,25 @@ +# Global settings +font=JetBrainsMono Nerd Font 12 +width=300 +margin=10 +padding=10 +border-size=2 +border-radius=5 +default-timeout=5000 +ignore-timeout=0 +max-visible=3 +layer=overlay +anchor=top-right + +background-color=#000000 + +[urgency=low] +default-timeout=5000 +border-color=#808080 + +[urgency=normal] +default-timeout=10000 + +[urgency=high] +default-timeout=50000 +border-color=#ff0000 |
