diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-07-04 07:04:19 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-07-04 07:04:19 -0400 |
commit | 931d08e90eeacd8ba52a301d700c52d698270441 (patch) | |
tree | 60be73e2810730fd6bd46fb957b7fa720c24a2e0 /.config/mako/config | |
parent | 6d573e3d561814074a56a74efd10f44ef0c97805 (diff) | |
download | dotfiles-931d08e90eeacd8ba52a301d700c52d698270441.tar.gz dotfiles-931d08e90eeacd8ba52a301d700c52d698270441.zip |
add mako
Diffstat (limited to '.config/mako/config')
-rw-r--r-- | .config/mako/config | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..d896563 --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,17 @@ +font=Iosevka 10.5 +background-color=#285577 +text-color=#ffffff +margin=16 +border-size=1 +border-color=#090909 +progress-color=#2e9ef4 + +[mode=dnd] +invisible=1 + +[category=osd] +default-timeout=2000 +layer=overlay +anchor=top-center + +# vim: ft=dosini |