dwls: dwl script

This commit is contained in:
2026-04-01 03:48:42 +02:00
parent 6e4615906b
commit 3564f446cc
2 changed files with 7 additions and 2 deletions
+3 -2
View File
@@ -133,6 +133,9 @@
];
shell = pkgs.nushell;
packages = with pkgs; [
(import ./dwls.nix { inherit pkgs lib; })
wmenu
dwl
tree
dust
eza
@@ -161,8 +164,6 @@
slurp
wireshark
brightnessctl
wmenu
dwl
];
};
+4
View File
@@ -0,0 +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
''