diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 14:06:35 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 14:06:48 +0200 |
commit | 0cbd886b68c9284009aaba2fd54b64fa7f14e334 (patch) | |
tree | 8e43dd145cf2a24b9bdbcca63d81bd678af3ca9f /.config/mako | |
parent | 8775d1eab95542459bce315d6291f88065830358 (diff) |
mako: Add mako configuration
Diffstat (limited to '.config/mako')
-rw-r--r-- | .config/mako/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..f52825c --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,7 @@ +font=Iosevka Smooth 14 +text-color=#C5C8C6 +background-color=#2B303B +default-timeout=5000 +max-visible=2 +width=500 +height=200 |