hyprlock: fix background color definition (#906)

Fixes: c8e4a0d218 ("treewide: optionalize stylix.image option (#717)")
This commit is contained in:
Flameopathic 2025-02-24 10:35:13 -05:00 committed by GitHub
parent c8e4a0d218
commit 2c4b5bec36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ in
programs.hyprlock.settings = {
background = {
path = lib.mkIf cfg.useWallpaper config.stylix.image;
color = "rgb(${base00})";
color = "rgb(${colors.base00})";
};
input-field = with colors; {
outer_color = "rgb(${base03})";