diff --git a/.config/quickshell/ii/scripts/colors/flake.nix b/.config/quickshell/ii/scripts/colors/flake.nix index 41045d7b7..33268d8e1 100644 --- a/.config/quickshell/ii/scripts/colors/flake.nix +++ b/.config/quickshell/ii/scripts/colors/flake.nix @@ -49,10 +49,13 @@ installPhase = '' mkdir -p $out/bin - cp switchwall.sh $out/bin/ - chmod +x $out/bin/switchwall.sh - wrapProgram $out/bin/switchwall.sh \ + # CHANGE HERE: Copy to 'switchwall' instead of 'switchwall.sh' + cp switchwall.sh $out/bin/switchwall + chmod +x $out/bin/switchwall + + # UPDATE HERE: Wrap the new filename + wrapProgram $out/bin/switchwall \ --prefix PATH : "${pkgs.lib.makeBinPath [ pkgs.jq pkgs.imagemagick