From 289d358e9a96fd2b7027756bf73e1bc13596c69c Mon Sep 17 00:00:00 2001 From: caley Date: Tue, 16 Jun 2026 19:19:35 +0200 Subject: Update qksh.nix --- nixos/mdls/qksh.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos') diff --git a/nixos/mdls/qksh.nix b/nixos/mdls/qksh.nix index 024a19a..005958d 100644 --- a/nixos/mdls/qksh.nix +++ b/nixos/mdls/qksh.nix @@ -215,9 +215,9 @@ return } if (item.wp !== undefined) { - mProc.command = ["bash", "-c", "f=\"$HOME/.wallpapers/" + item.wp + "\"; awww img -o HDMI-A-1 \"$f\" --transition-type grow --transition-duration 1.5 --transition-fps 120; awww clear --outputs DP-1; wal -i \"$f\" -n -q"] - mProc.running = true - masterClose(); return + mProc.command = ["bash", "-c", "cls \"$HOME/.wallpapers/" + item.wp + "\""] + mProc.running = true + masterClose(); return } if (item.barPos !== undefined) { barSettings.position = item.barPos; masterClose(); return } if (item.barLyt !== undefined) { barSettings.layout = item.barLyt; masterClose(); return } -- cgit v1.3.1