From aa22664231194d7f08b3ec3f358d81f550d66132 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Wed, 14 Feb 2024 14:47:48 +0800 Subject: [PATCH] fix(gui): theme mako --- home/gui/catppuccin/home.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/home/gui/catppuccin/home.nix b/home/gui/catppuccin/home.nix index 541350aa..f61c8ecd 100644 --- a/home/gui/catppuccin/home.nix +++ b/home/gui/catppuccin/home.nix @@ -57,6 +57,7 @@ in mkIf cfg.enable { gaps.bottom = 0; }; + # swaylock colour palette override programs.swaylock.settings = with palette; let transparent = "00000000"; in { @@ -91,12 +92,25 @@ in mkIf cfg.enable { text-wrong-color = maroon; }; + # i3status colour palette override programs.i3status.general = with palette; { color_good = lavender; color_degraded = yellow; color_bad = red; }; + # mako colour palette override + services.mako = with palette; { + backgroundColor = base; + textColor = text; + borderColor = blue; + progressColor = "over ${surface0}"; + extraConfig = '' + [urgency=high] + border-color=${peach} + ''; + }; + # foot colour palette override programs.foot.settings.colors = with palette; let c = substring 1 7;