user/{dunst,eww-wayland}: use crust instead of surface for cat. colours
This commit is contained in:
parent
db469ad58f
commit
017e2bc812
2 changed files with 4 additions and 4 deletions
|
|
@ -49,19 +49,19 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_low = {
|
urgency_low = {
|
||||||
background = config.catppuccin.hexcolors.surface1;
|
background = config.catppuccin.hexcolors.crust;
|
||||||
foreground = config.catppuccin.hexcolors.text;
|
foreground = config.catppuccin.hexcolors.text;
|
||||||
timeout = 3;
|
timeout = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_normal = {
|
urgency_normal = {
|
||||||
background = config.catppuccin.hexcolors.surface1;
|
background = config.catppuccin.hexcolors.crust;
|
||||||
foreground = config.catppuccin.hexcolors.text;
|
foreground = config.catppuccin.hexcolors.text;
|
||||||
timeout = 5;
|
timeout = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_critical = {
|
urgency_critical = {
|
||||||
background = config.catppuccin.hexcolors.surface1;
|
background = config.catppuccin.hexcolors.crust;
|
||||||
foreground = config.catppuccin.hexcolors.text;
|
foreground = config.catppuccin.hexcolors.text;
|
||||||
frame_color = config.catppuccin.hexcolors.red;
|
frame_color = config.catppuccin.hexcolors.red;
|
||||||
timeout = 0;
|
timeout = 0;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ let
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
cp -r ${../../res/eww-wayland} $out
|
cp -r ${../../res/eww-wayland} $out
|
||||||
substituteInPlace $out/eww.scss \
|
substituteInPlace $out/eww.scss \
|
||||||
--replace-warn "EWW_BACKGROUND" "${config.catppuccin.hexcolors.surface1}" \
|
--replace-warn "EWW_BACKGROUND" "${config.catppuccin.hexcolors.crust}" \
|
||||||
--replace-warn "EWW_TEXT" "${config.catppuccin.hexcolors.text}" \
|
--replace-warn "EWW_TEXT" "${config.catppuccin.hexcolors.text}" \
|
||||||
--replace-warn "EWW_ACCENT" "${config.catppuccin.hexcolors.${config.catppuccin.accent}}"
|
--replace-warn "EWW_ACCENT" "${config.catppuccin.hexcolors.${config.catppuccin.accent}}"
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue