From d112b107fdba102316654981c1928811c8e78d45 Mon Sep 17 00:00:00 2001 From: Sergei Akhmatdinov Date: Sun, 28 Dec 2025 17:29:15 -0500 Subject: [PATCH] mako update --- wayland/.config/mako/config | 68 +++++++++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 11 deletions(-) diff --git a/wayland/.config/mako/config b/wayland/.config/mako/config index eedd615..56eb04c 100644 --- a/wayland/.config/mako/config +++ b/wayland/.config/mako/config @@ -1,19 +1,65 @@ -font=Inconsolata LGC 10 -background-color=#222222 -text-color=#bbbbbb -border-color=#005577 +# Mako Config - Matches Waybar Theme -height=200 +## Fonts +# Matches "font-family" and "font-size" from your Waybar CSS +font=Input Mono 10 -# Disappear after 5 seconds -default-timeout=5000 +## Geometry +width=500 +height=300 +margin=10 +padding=10 -# Only show one at a time (new replaces old) -max-visible=1 +## Borders & Shape +# border-radius: 0 (Matches Waybar) +border-radius=0 +# border: 1px solid #ffffff (Matches Waybar Tooltip) +border-size=1 +border-color=#4b7b82 -# Optional: sort by time to ensure the newest is always the one shown -sort=-time +## Colors +# Background: #374D4E (Matches Waybar Tooltip & Modules) +background-color=#374D4E +# Text: #ffffff (Matches Waybar Text) +text-color=#ffffff +## Icons +icons=1 +max-icon-size=48 +icon-location=left + +## Options +# Actions +on-button-left=dismiss +on-button-middle=invoke-default-action +on-button-right=dismiss-all + +# Timeouts +default-timeout=2000 +ignore-timeout=1 + +## Grouping +group-by=app-name + +### Urgency Overrides ### + +[urgency=low] +# Slightly darker version of your theme +background-color=#2f4243 +text-color=#cccccc +border-color=#cccccc + +[urgency=normal] +# Uses defaults defined above + +[urgency=critical] +# Background: #eb4d4b (Matches Waybar "#workspaces button.urgent") +background-color=#eb4d4b +text-color=#ffffff +border-color=#ffffff +default-timeout=0 + +### Fix for Empty Notifications ### [hidden] format= padding=0