fix: made hyprpaper configuration usable

This commit is contained in:
Zhongheng Liu 2024-08-09 16:49:31 +08:00
commit a3dc31db18
4 changed files with 16 additions and 9 deletions

View file

@ -6,7 +6,7 @@
ipc = "on";
splash = false;
preload = [ config.myWallPaperPathString ];
wallpapaer = ",${config.myWallPaperPathString}";
wallpaper = [ ",${config.myWallPaperPathString}" ];
};
};
}