fix hyprpaper after update

This commit is contained in:
Clayton Hickey 2026-02-08 17:45:03 -05:00
parent d8abcde57a
commit bfdff07663
Signed by: clay53
SSH key fingerprint: SHA256:fjW4+nfPltYzrJ4uZlYQvrYMshxHnah2S4qM8Hth9HQ
2 changed files with 8 additions and 6 deletions

View file

@ -174,9 +174,11 @@ let cfg = config.cos.hyprland; in
preload = [
cfg.wallpaper
];
wallpaper = [
",${cfg.wallpaper}"
];
wallpaper = {
monitor = "";
path = "${cfg.wallpaper}";
fit_mode = "cover";
};
};
};
};