From 74fabc4c03cdcc2a5b75dede4a9d8ba83fef8c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20B=C3=BCchler?= Date: Fri, 8 Aug 2025 00:39:50 +0200 Subject: [PATCH] feat(mako): merge Catppuccin theme, urgency styling, and replaceable volume notifications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Catppuccin colors, JetBrainsMono font, rounded corners, overlay layer - Urgency-based border colors and persistent high-urgency notifications - Volume notifications now replace each other (group-by) 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode --- .config/mako/config | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/.config/mako/config b/.config/mako/config index ca0c9cd..6cd6990 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -1,19 +1,30 @@ -font=JetBrainsMono 12 +sort=-time +layer=overlay background-color=#1e1e2e text-color=#cdd6f4 -border-color=#89b4fa +font=JetBrainsMono 14 +width=300 +height=110 border-size=2 - - -# Default: notifications at the top right +border-radius=15 +border-color=#89b4fa anchor=top-right margin=20,20,0,0 - -# Default notification timeout (ms) default-timeout=3000 +[urgency=low] +border-color=#cccccc + +[urgency=normal] +border-color=#d08770 + +[urgency=high] +border-color=#bf616a +default-timeout=0 + # Shorter timeout and bottom center for volume notifications [app-name=Volume] anchor=bottom-center margin=0,0,40,0 default-timeout=1200 +group-by=app-name