diff options
| author | caley <u65487754@gmail.com> | 2026-06-16 19:19:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-16 19:19:35 +0200 |
| commit | 289d358e9a96fd2b7027756bf73e1bc13596c69c (patch) | |
| tree | 6df58faef65d8acc2bf20a5252e2a17a4d769276 /nixos | |
| parent | bdbd0c756bb806d35afef469ab0f3a6311899c5a (diff) | |
Update qksh.nix
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/mdls/qksh.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |
