From 55c4c30811985ad0216df9b7f5177d2b29c18176 Mon Sep 17 00:00:00 2001 From: Akilesh A S Date: Fri, 5 Jun 2026 09:59:41 +0530 Subject: [PATCH] chore: update examples/config-sample.json TL;DR: - fix the config for 'parallel download' - add config for setting color output for pacman --- examples/config-sample.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/config-sample.json b/examples/config-sample.json index bc4cd2d9..ac366b6c 100644 --- a/examples/config-sample.json +++ b/examples/config-sample.json @@ -133,7 +133,10 @@ "ntp": true, "offline": false, "packages": [], - "parallel downloads": 0, + "pacman_config": { + "color": false, + "parallel_downloads": 5 + }, "profile_config": { "gfx_driver": "All open-source (default)", "greeter": "sddm",