diff --git a/modules/kde/hm.nix b/modules/kde/hm.nix index 4d851688..120f2737 100644 --- a/modules/kde/hm.nix +++ b/modules/kde/hm.nix @@ -255,10 +255,16 @@ in { if wallpaper_image="$(global_path plasma-apply-wallpaperimage)"; then "$wallpaper_image" "${themePackage}/share/wallpapers/stylix" + else + verboseEcho \ + "plasma-apply-wallpaperimage: command not found" fi if look_and_feel="$(global_path plasma-apply-lookandfeel)"; then "$look_and_feel" --apply stylix + else + verboseEcho \ + "Skipping plasma-apply-lookandfeel: command not found" fi ''; };