mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
eww: Replace hard-coded color values with stylix ones
This commit is contained in:
parent
ce67ffbf73
commit
7bb8aa9674
@ -3,6 +3,7 @@
|
|||||||
let
|
let
|
||||||
inherit (config.home) homeDirectory;
|
inherit (config.home) homeDirectory;
|
||||||
inherit (config.xdg.userDirs) download documents music pictures videos;
|
inherit (config.xdg.userDirs) download documents music pictures videos;
|
||||||
|
inherit (config.lib.stylix.colors) base00 base05;
|
||||||
inherit (pkgs) eww;
|
inherit (pkgs) eww;
|
||||||
|
|
||||||
fluent-icons = pkgs.callPackage ../packages/fluent-icons.nix { };
|
fluent-icons = pkgs.callPackage ../packages/fluent-icons.nix { };
|
||||||
@ -52,9 +53,9 @@ in
|
|||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #f8f8f2;
|
color: #${base05};
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-shadow: 0 0 0.075em #272822;
|
text-shadow: 0 0 0.075em #${base00};
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
opacity: 0.1;
|
opacity: 0.1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user