nuke ezcolors and ezfonts

This commit is contained in:
notgne2 2025-06-17 19:57:54 -07:00
parent 7114adfe1d
commit d06bae21cc
No known key found for this signature in database
10 changed files with 28 additions and 659 deletions

View file

@ -7,11 +7,8 @@ inputs: {
with lib; let
cfg = config.ezpcusr;
# lockCommand = pkgs.writeScript "lock.sh" ''
# ${pkgs.swaylock-effects}/bin/swaylock -f --clock --indicator --screenshots --effect-scale 0.8 --effect-blur 8x3 --effect-vignette 0.2:0.5 --fade-in 0.5 --text-color ${config.ezcolors.base16.base08} --inside-color ${config.ezcolors.base16.base00} --ring-color ${config.ezcolors.base16.base01} --datestr "%Y-%m-%e" --timestr "%I:%M %p"
# '';
lockCommand = pkgs.writeShellScript "lock.sh" ''
exec ${pkgs.swaylock}/bin/swaylock -f --text-color ${config.ezcolors.base16.base08} --inside-color ${config.ezcolors.base16.base00} --ring-color ${config.ezcolors.base16.base01} -c ${config.ezcolors.base16.base00}
exec ${pkgs.swaylock}/bin/swaylock -f
'';
in {
options.ezpcusr = {
@ -413,13 +410,13 @@ in {
style = ''
window#waybar {
background: #${config.ezcolors.base16.base01};
color: #${config.ezcolors.base16.base06};
background: @base01;
color: @base06;
}
#custom-spacer {
font-size: 15px;
color: #${config.ezcolors.base16.base00};
color: @base00;
font-weight: bold;
}
@ -440,9 +437,8 @@ in {
#custom-weather-precip,
#custom-weather-wind,
#custom-media {
color: #${config.ezcolors.base16.base06};
font-size: ${toString (config.ezfonts.font.size + 1)}px;
background: #${config.ezcolors.base16.base00};
color: @base06;
background: @base00;
padding: 5px 0;
}
@ -459,31 +455,30 @@ in {
#custom-weather-wind { padding: 0 0 5px 0; }
#custom-media.playing {
color: #${config.ezcolors.base16.base0A};
color: @base0A;
}
#workspaces button.focused {
color: #${config.ezcolors.base16.base0A};
color: @base0A;
}
#workspaces button:hover {
background: #${config.ezcolors.base16.base02};
background: @base02;
}
#pulseaudio {
color: #${config.ezcolors.base16.base0B};
color: @base0B;
}
#memory {
color: #${config.ezcolors.base16.base0C};
color: @base0C;
}
#cpu {
color: #${config.ezcolors.base16.base0D};
color: @base0D;
}
#battery {
color: #${config.ezcolors.base16.base0E};
color: @base0E;
}
* {
font-family: "${config.ezfonts.font.name}";
border-radius: 0;
border-width: 0;
border-style: none;
@ -511,8 +506,7 @@ in {
};
};
ezcolors.enable = lib.mkDefault true;
ezfonts.enable = lib.mkDefault true;
stylix.enable = lib.mkDefault true;
services.blueman-applet.enable = lib.mkDefault cfg.bluetooth;
@ -609,8 +603,8 @@ in {
filenamePattern = "%F_%T";
savePath = "Media/Screenshots";
saveAfterCopy = true;
uiColor = "#${config.ezcolors.base16.base04}";
contrastUiColor = "#${config.ezcolors.base16.base05}";
#uiColor = "#${lib.stylix.colors.base04}";
#contrastUiColor = "#${lib.stylix.colors.base05}";
disabledGrimWarning = true;
};
};