1
Fork 0

No more hyprland splash

This commit is contained in:
Matei Adriel 2023-07-22 17:21:29 +03:00
parent fa93ddee95
commit 646e68f1d2
No known key found for this signature in database
5 changed files with 45 additions and 1 deletions
modules/home-manager

View file

@ -86,6 +86,7 @@ in
xdg.configFile."hypr/hyprpaper.conf".text = ''
${lib.concatStringsSep "\n" (lib.forEach cfg.preload (image: "preload=${image}"))}
${lib.concatStringsSep "\n" (lib.forEach cfg.wallpapers mkWallpaper)}
splash=true
'';
systemd.user.services.hyprpaper = {