fix dwl script

This commit is contained in:
2026-04-01 04:32:10 +02:00
parent 4e78e54bce
commit 21e337580f

View File

@@ -1,4 +1,4 @@
{ pkgs, lib }:
pkgs.writeShellScriptBin "dwls" ''
${lib.getExe pkgs.slstatus} -s | ${lib.getExe pkgs.dwl} -s ${lib.getExe pkgs.wbg} ~/Pictures/Wallpapers/d3.png
${lib.getExe pkgs.slstatus} -s | ${lib.getExe pkgs.dwl} -s "${lib.getExe pkgs.wbg} ~/Pictures/Wallpapers/d3.png"
''