fix hyprpaper after update
This commit is contained in:
parent
d8abcde57a
commit
bfdff07663
2 changed files with 8 additions and 6 deletions
|
|
@ -174,9 +174,11 @@ let cfg = config.cos.hyprland; in
|
|||
preload = [
|
||||
cfg.wallpaper
|
||||
];
|
||||
wallpaper = [
|
||||
",${cfg.wallpaper}"
|
||||
];
|
||||
wallpaper = {
|
||||
monitor = "";
|
||||
path = "${cfg.wallpaper}";
|
||||
fit_mode = "cover";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue