add de3
This commit is contained in:
parent
cf401b300c
commit
83aa4d9424
15 changed files with 620 additions and 198 deletions
|
@ -4,7 +4,7 @@ with lib;
|
|||
let
|
||||
cfg = config.ezpcusr;
|
||||
|
||||
lockCommand = "${pkgs.swaylock-effects}/bin/swaylock --clock --indicator --screenshots --effect-scale 0.8 --effect-blur 8x3 --effect-vignette 0.2:0.5 --fade-in 0.5 --text-color ${config.colors.base16.base08} --inside-color ${config.colors.base16.base00} --ring-color ${config.colors.base16.base01} --datestr \"%Y-%m-%e\" --timestr \"%I:%M %p\"";
|
||||
lockCommand = "${pkgs.swaylock-effects}/bin/swaylock --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\"";
|
||||
|
||||
selshot = pkgs.writeScript "selshot.sh" ''
|
||||
#!${pkgs.zsh}/bin/zsh
|
||||
|
@ -503,13 +503,13 @@ in
|
|||
|
||||
style = ''
|
||||
window#waybar {
|
||||
background: #${config.colors.base16.base01};
|
||||
color: #${config.colors.base16.base06};
|
||||
background: #${config.ezcolors.base16.base01};
|
||||
color: #${config.ezcolors.base16.base06};
|
||||
}
|
||||
|
||||
#custom-spacer {
|
||||
font-size: 12px;
|
||||
color: #${config.colors.base16.base00};
|
||||
color: #${config.ezcolors.base16.base00};
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -531,7 +531,7 @@ in
|
|||
#custom-weather-precip,
|
||||
#custom-weather-wind,
|
||||
#custom-media {
|
||||
background: #${config.colors.base16.base00};
|
||||
background: #${config.ezcolors.base16.base00};
|
||||
padding: 5px 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -546,32 +546,32 @@ in
|
|||
#custom-weather-wind { padding: 0 0 5px 0; }
|
||||
|
||||
#custom-media.playing {
|
||||
color: #${config.colors.base16.base0A};
|
||||
color: #${config.ezcolors.base16.base0A};
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #${config.colors.base16.base0A};
|
||||
color: #${config.ezcolors.base16.base0A};
|
||||
}
|
||||
#workspaces button:hover {
|
||||
background: #${config.colors.base16.base02};
|
||||
background: #${config.ezcolors.base16.base02};
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: #${config.colors.base16.base0B};
|
||||
color: #${config.ezcolors.base16.base0B};
|
||||
}
|
||||
#memory {
|
||||
color: #${config.colors.base16.base0C};
|
||||
color: #${config.ezcolors.base16.base0C};
|
||||
}
|
||||
#cpu {
|
||||
color: #${config.colors.base16.base0D};
|
||||
color: #${config.ezcolors.base16.base0D};
|
||||
}
|
||||
#battery {
|
||||
color: #${config.colors.base16.base0E};
|
||||
color: #${config.ezcolors.base16.base0E};
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "${config.fonts.favFont.name}";
|
||||
font-size: ${toString (config.fonts.favFont.size + 1)}px;
|
||||
font-family: "${config.ezfonts.font.name}";
|
||||
font-size: ${toString (config.ezfonts.font.size + 1)}px;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
|
@ -596,8 +596,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
colors.enable = lib.mkDefault true;
|
||||
fonts.enable = lib.mkDefault true;
|
||||
ezcolors.enable = lib.mkDefault true;
|
||||
ezfonts.enable = lib.mkDefault true;
|
||||
|
||||
programs.chromium.enable = lib.mkDefault true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue