diff options
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 } |
