hyprlock: fix background color definition (#906)
Fixes: c8e4a0d218 ("treewide: optionalize stylix.image option (#717)")
This commit is contained in:
parent
c8e4a0d218
commit
2c4b5bec36
1 changed files with 1 additions and 1 deletions
|
|
@ -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})";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue