diff options
| author | caley <u65487754@gmail.com> | 2026-06-25 14:11:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-25 14:11:06 +0200 |
| commit | 0073ce1d1226549c74a84c11ecfd5fbbdabcc414 (patch) | |
| tree | 842558331552a2e4281a8529df26ec7ebe31e7d2 /nixos/mdls | |
| parent | 129cfc5d0eaccb146bbaddbb089efb9a1874b70b (diff) | |
Change command from 'cls' to 'colors' for wallpaper
Diffstat (limited to 'nixos/mdls')
| -rw-r--r-- | nixos/mdls/qksh.nix | 2 |
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 } |
