mirror of
https://github.com/danth/stylix
synced 2024-11-24 13:13:11 +00:00
hyprlock: use a string instead of a path for background.path (#633)
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
9b61cc39b2
commit
f8699483e4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ with config.lib.stylix;
|
|||
|
||||
config = lib.mkIf (config.stylix.enable && config.stylix.targets.hyprlock.enable) {
|
||||
programs.hyprlock.settings = {
|
||||
background.path = config.stylix.image;
|
||||
background.path = "${config.stylix.image}";
|
||||
input-field = with colors; {
|
||||
outer_color = "rgb(${base03})";
|
||||
inner_color = "rgb(${base00})";
|
||||
|
|
Loading…
Reference in a new issue