fix(gui): theme mako
This commit is contained in:
parent
03af7d5c18
commit
aa22664231
|
@ -57,6 +57,7 @@ in mkIf cfg.enable {
|
||||||
gaps.bottom = 0;
|
gaps.bottom = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# swaylock colour palette override
|
||||||
programs.swaylock.settings = with palette; let
|
programs.swaylock.settings = with palette; let
|
||||||
transparent = "00000000";
|
transparent = "00000000";
|
||||||
in {
|
in {
|
||||||
|
@ -91,12 +92,25 @@ in mkIf cfg.enable {
|
||||||
text-wrong-color = maroon;
|
text-wrong-color = maroon;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# i3status colour palette override
|
||||||
programs.i3status.general = with palette; {
|
programs.i3status.general = with palette; {
|
||||||
color_good = lavender;
|
color_good = lavender;
|
||||||
color_degraded = yellow;
|
color_degraded = yellow;
|
||||||
color_bad = red;
|
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
|
# foot colour palette override
|
||||||
programs.foot.settings.colors = with palette; let
|
programs.foot.settings.colors = with palette; let
|
||||||
c = substring 1 7;
|
c = substring 1 7;
|
||||||
|
|
Loading…
Reference in a new issue