From 2e27a4460273e370c37b760a71985476065facdc Mon Sep 17 00:00:00 2001 From: Jonas H Date: Fri, 18 Sep 2026 11:55:57 +0200 Subject: [PATCH] mako update --- mako/.config/mako/config | 8 ++++++++ mako/.config/mako/config.template | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/mako/.config/mako/config b/mako/.config/mako/config index 5252716..1b6303b 100644 --- a/mako/.config/mako/config +++ b/mako/.config/mako/config @@ -81,6 +81,14 @@ format=󰁉 +%h more border-color=#EACD61 background-color=#212a3b +# Claude Code turn notifications, sent by ~/.claude/hooks/notify.sh. +# Deliberate exception to ignore-timeout above: these must stay up until you +# focus the session's own window. The hook's watcher dismisses them, so they +# do not rely on mako expiring them. +[app-name=claude-code] +ignore-timeout=0 +default-timeout=0 + # Do-not-disturb: makoctl mode -a dnd hides all notifications. # Must stay last so it overrides every style above. [mode=dnd] diff --git a/mako/.config/mako/config.template b/mako/.config/mako/config.template index f786273..fc20f2e 100644 --- a/mako/.config/mako/config.template +++ b/mako/.config/mako/config.template @@ -82,6 +82,14 @@ format=󰁉 +%h more border-color=#EACD61 background-color=#$BG_BAR +# Claude Code turn notifications, sent by ~/.claude/hooks/notify.sh. +# Deliberate exception to ignore-timeout above: these must stay up until you +# focus the session's own window. The hook's watcher dismisses them, so they +# do not rely on mako expiring them. +[app-name=claude-code] +ignore-timeout=0 +default-timeout=0 + # Do-not-disturb: makoctl mode -a dnd hides all notifications. # Must stay last so it overrides every style above. [mode=dnd]