diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-07-07 22:07:09 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-07-19 11:52:52 -0400 |
| commit | 9b4332d25594ff14a4b3038acc4a482325207759 (patch) | |
| tree | ff076ab4f7e868d5230d18ade89c57c44c2257c5 | |
| parent | 23bcc5b815b131aff3579f8f95a2eb9b9ef3182c (diff) | |
Add mako config
| -rw-r--r-- | .config/mako/config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..6cc1f9c --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,13 @@ +font=FiraCode Nerd Font 10 +border-size=2 +border-radius=3 +margin=20 + +background-color=#24273a +text-color=#cad3f5 +border-color=#8aadf4 +progress-color=over #363a4f + +[urgency=high] +border-color=#f5a97f + |
