eww: Replace hard-coded color values with stylix ones

This commit is contained in:
Donovan Glover 2024-07-18 19:53:05 -04:00
parent ce67ffbf73
commit 7bb8aa9674
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,6 +3,7 @@
let
inherit (config.home) homeDirectory;
inherit (config.xdg.userDirs) download documents music pictures videos;
inherit (config.lib.stylix.colors) base00 base05;
inherit (pkgs) eww;
fluent-icons = pkgs.callPackage ../packages/fluent-icons.nix { };
@ -52,9 +53,9 @@ in
.overlay {
background: transparent;
color: #f8f8f2;
color: #${base05};
font-weight: bold;
text-shadow: 0 0 0.075em #272822;
text-shadow: 0 0 0.075em #${base00};
font-size: 32px;
opacity: 0.1;
}