diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-04-20 14:32:12 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-04-20 14:32:12 +0100 |
commit | 8abd115df8354d52fb4224f0a4474954d67391de (patch) | |
tree | b3644e3c2b61badff0febc1958e2c625cb3abea0 /.config/mako | |
parent | abca8c3a57d061435da6aa9c7ef7f54236d2d734 (diff) |
Switched from Dunst to Mako
Diffstat (limited to '.config/mako')
-rw-r--r-- | .config/mako/config | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..5a9efb7 --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,15 @@ +font=GoMono Nerd Font 10 +default-timeout=5000 +layer=overlay +width=300 +height=500 +anchor=top-right +margin=15 + +background-color=#000000AA +text-color=#FFFFFF +border-color=#33CCFF +progress-color=#458588 + +[summary=" 📅 Calendar"] +width=180 |