From 23260183412d1c467d4e7f2c7f1f4eac28806ca7 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Tue, 7 Oct 2025 13:14:48 +0200 Subject: [PATCH] Group mako settings and adjust notification styles (#2273) * Move common mako settings to `core.ini` * Use monospace font, set font size in px * Increase line height * Adjust paddings * Add 10px width so the Welcome notification fits on one line * Remove extra whitespace * Remove extra whitespace, adjust wording * Improve text-to-bg contrast in Tokyo Night * Follow the system font * Use sans-serif font * Restore width and extra space characters * Adjust vertical paddings * Remove `omarchy-restart-mako` (no longer needed) --- default/mako/core.ini | 6 ++++++ install/first-run/wifi.sh | 2 +- themes/catppuccin-latte/mako.ini | 5 ----- themes/catppuccin/mako.ini | 5 ----- themes/everforest/mako.ini | 5 ----- themes/gruvbox/mako.ini | 5 ----- themes/kanagawa/mako.ini | 5 ----- themes/matte-black/mako.ini | 5 ----- themes/nord/mako.ini | 5 ----- themes/osaka-jade/mako.ini | 5 ----- themes/ristretto/mako.ini | 5 ----- themes/rose-pine/mako.ini | 5 ----- themes/tokyo-night/mako.ini | 7 +------ 13 files changed, 8 insertions(+), 57 deletions(-) diff --git a/default/mako/core.ini b/default/mako/core.ini index 05f60534..6da413a8 100644 --- a/default/mako/core.ini +++ b/default/mako/core.ini @@ -2,6 +2,12 @@ anchor=top-right default-timeout=5000 width=420 height=110 +outer-margin=20 +padding=10,15 +border-size=2 +max-icon-size=32 +font=sans-serif 14px +format=%s\n%b [app-name=Spotify] invisible=1 diff --git a/install/first-run/wifi.sh b/install/first-run/wifi.sh index 9d391f1e..d645a5c3 100644 --- a/install/first-run/wifi.sh +++ b/install/first-run/wifi.sh @@ -1,3 +1,3 @@ if ! ping -c3 -W1 1.1.1.1 >/dev/null 2>&1; then - notify-send "󰖩 Click to Setup Wi-Fi" "Tab between sections, space selects, ? for help." -u critical -t 30000 + notify-send "󰖩 Click to Setup Wi-Fi" "Tab to navigate, Space to select, ? for help." -u critical -t 30000 fi diff --git a/themes/catppuccin-latte/mako.ini b/themes/catppuccin-latte/mako.ini index 6461da0e..fa46cfff 100644 --- a/themes/catppuccin-latte/mako.ini +++ b/themes/catppuccin-latte/mako.ini @@ -3,8 +3,3 @@ include=~/.local/share/omarchy/default/mako/core.ini text-color=#4c4f69 border-color=#1e66f5 background-color=#eff1f5 -padding=10 -border-size=2 -font=Liberation Sans 11 -max-icon-size=32 -outer-margin=20 \ No newline at end of file diff --git a/themes/catppuccin/mako.ini b/themes/catppuccin/mako.ini index dc5f9c64..e530b7d5 100644 --- a/themes/catppuccin/mako.ini +++ b/themes/catppuccin/mako.ini @@ -3,8 +3,3 @@ include=~/.local/share/omarchy/default/mako/core.ini text-color=#cad3f5 border-color=#c6d0f5 background-color=#24273a -padding=10 -border-size=2 -font=Liberation Sans 11 -max-icon-size=32 -outer-margin=20 \ No newline at end of file diff --git a/themes/everforest/mako.ini b/themes/everforest/mako.ini index 05b50e86..0008121f 100644 --- a/themes/everforest/mako.ini +++ b/themes/everforest/mako.ini @@ -3,8 +3,3 @@ include=~/.local/share/omarchy/default/mako/core.ini text-color=#d3c6aa border-color=#d3c6aa background-color=#2d353b -padding=10 -border-size=2 -font=Liberation Sans 11 -max-icon-size=32 -outer-margin=20 \ No newline at end of file diff --git a/themes/gruvbox/mako.ini b/themes/gruvbox/mako.ini index 669c6f5a..5d2d17cc 100644 --- a/themes/gruvbox/mako.ini +++ b/themes/gruvbox/mako.ini @@ -3,8 +3,3 @@ include=~/.local/share/omarchy/default/mako/core.ini text-color=#d4be98 border-color=#a89984 background-color=#282828 -padding=10 -border-size=2 -font=Liberation Sans 11 -max-icon-size=32 -outer-margin=20 \ No newline at end of file diff --git a/themes/kanagawa/mako.ini b/themes/kanagawa/mako.ini index fe944d8a..ca2e939c 100644 --- a/themes/kanagawa/mako.ini +++ b/themes/kanagawa/mako.ini @@ -3,8 +3,3 @@ include=~/.local/share/omarchy/default/mako/core.ini text-color=#dcd7ba border-color=#dcd7ba background-color=#1f1f28 -padding=10 -border-size=2 -font=Liberation Sans 11 -max-icon-size=32 -outer-margin=20 \ No newline at end of file diff --git a/themes/matte-black/mako.ini b/themes/matte-black/mako.ini index a0e6653b..0515363c 100644 --- a/themes/matte-black/mako.ini +++ b/themes/matte-black/mako.ini @@ -3,8 +3,3 @@ include=~/.local/share/omarchy/default/mako/core.ini text-color=#8a8a8d border-color=#8A8A8D background-color=#1e1e1e -padding=10 -border-size=2 -font=Liberation Sans 11 -max-icon-size=32 -outer-margin=20 diff --git a/themes/nord/mako.ini b/themes/nord/mako.ini index 2976506d..5eaadd9a 100644 --- a/themes/nord/mako.ini +++ b/themes/nord/mako.ini @@ -3,8 +3,3 @@ include=~/.local/share/omarchy/default/mako/core.ini text-color=#d8dee9 border-color=#D8DEE9 background-color=#2e3440 -padding=10 -border-size=2 -font=Liberation Sans 11 -max-icon-size=32 -outer-margin=20 \ No newline at end of file diff --git a/themes/osaka-jade/mako.ini b/themes/osaka-jade/mako.ini index 44897998..22fe2aae 100644 --- a/themes/osaka-jade/mako.ini +++ b/themes/osaka-jade/mako.ini @@ -3,8 +3,3 @@ include=~/.local/share/omarchy/default/mako/core.ini text-color=#C1C497 border-color=#214237 background-color=#11221C -padding=10 -border-size=2 -font=Liberation Sans 12 -max-icon-size=32 -outer-margin=5 \ No newline at end of file diff --git a/themes/ristretto/mako.ini b/themes/ristretto/mako.ini index a88e281b..732a96df 100644 --- a/themes/ristretto/mako.ini +++ b/themes/ristretto/mako.ini @@ -3,8 +3,3 @@ include=~/.local/share/omarchy/default/mako/core.ini text-color=#e6d9db border-color=#e6d9db background-color=#2c2525 -padding=10 -border-size=2 -font=Liberation Sans 11 -max-icon-size=32 -outer-margin=20 \ No newline at end of file diff --git a/themes/rose-pine/mako.ini b/themes/rose-pine/mako.ini index 10f76e58..f2284fc8 100644 --- a/themes/rose-pine/mako.ini +++ b/themes/rose-pine/mako.ini @@ -3,8 +3,3 @@ include=~/.local/share/omarchy/default/mako/core.ini text-color=#575279 border-color=#575279 background-color=#faf4ed -padding=10 -border-size=2 -font=Liberation Sans 11 -max-icon-size=32 -outer-margin=20 \ No newline at end of file diff --git a/themes/tokyo-night/mako.ini b/themes/tokyo-night/mako.ini index c0fae2eb..b1649be1 100644 --- a/themes/tokyo-night/mako.ini +++ b/themes/tokyo-night/mako.ini @@ -1,10 +1,5 @@ include=~/.local/share/omarchy/default/mako/core.ini -text-color=#a9b1d6 +text-color=#c0caf5 border-color=#33ccff background-color=#1a1b26 -padding=10 -border-size=2 -font=Liberation Sans 11 -max-icon-size=32 -outer-margin=20 \ No newline at end of file