fix(gui): theme mako

This commit is contained in:
514fpv 2024-02-14 14:47:48 +08:00
parent 03af7d5c18
commit aa22664231
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -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;