From 8a8fd8438f39b346aecf287346a4d0d59ed7fb86 Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Sat, 4 Nov 2023 22:29:42 +0100
Subject: mako: Overhaul theme

---
 .config/mako/config | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

(limited to '.config/mako')

diff --git a/.config/mako/config b/.config/mako/config
index 697c9dc..eb33924 100644
--- a/.config/mako/config
+++ b/.config/mako/config
@@ -1,11 +1,14 @@
-font=Iosevka Smooth 14
+font=SF Compact Display 15
 text-color=#C5C8C6
-background-color=#2B303B
-default-timeout=5000
+background-color=#2B303BF2
+default-timeout=8000
 max-visible=2
-width=500
+width=600
 height=200
-format=<b>%a: %s</b>\n%b
+format=<span alpha="50%%">%a</span> <b>%s</b>\n<span face="SF Compact Text" font="14">%b</span>
+border-radius=8
+outer-margin=10
+padding=15
 
 [urgency=critical]
-text-color=#FF0000
+border-color=#FF0000
-- 
cgit v1.2.3