summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-25 14:11:06 +0200
committerGitHub <noreply@github.com>2026-06-25 14:11:06 +0200
commit0073ce1d1226549c74a84c11ecfd5fbbdabcc414 (patch)
tree842558331552a2e4281a8529df26ec7ebe31e7d2 /nixos
parent129cfc5d0eaccb146bbaddbb089efb9a1874b70b (diff)
Change command from 'cls' to 'colors' for wallpaper
Diffstat (limited to 'nixos')
-rw-r--r--nixos/mdls/qksh.nix2
1 files changed, 1 insertions, 1 deletions
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
}