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:
Morgan Jones 2024-11-18 09:08:43 +00:00 committed by GitHub
parent 9b61cc39b2
commit f8699483e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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})";