From 0073ce1d1226549c74a84c11ecfd5fbbdabcc414 Mon Sep 17 00:00:00 2001 From: caley Date: Thu, 25 Jun 2026 14:11:06 +0200 Subject: Change command from 'cls' to 'colors' for wallpaper --- nixos/mdls/qksh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/mdls') diff --git a/nixos/mdls/qksh.nix b/nixos/mdls/qksh.nix index 433fc89..1827281 100644 --- a/nixos/mdls/qksh.nix +++ b/nixos/mdls/qksh.nix @@ -231,7 +231,7 @@ return } if (item.wp !== undefined) { - mProc.command = ["bash", "-c", "cls \"$HOME/.wallpapers/" + item.wp + "\""] + mProc.command = ["bash", "-c", "colors \"$HOME/.wallpapers/" + item.wp + "\""] mProc.running = true masterClose(); return } -- cgit v1.3.1