From ce86247d3eab58126ed224940788c36f74ca69a4 Mon Sep 17 00:00:00 2001 From: kenji Date: Mon, 24 Nov 2025 17:30:22 -0600 Subject: [PATCH] mv switchwall --- .config/quickshell/ii/scripts/colors/flake.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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