From b1cb9e4a2f2890a14ccebeb9b929ef36fc8b356d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 4 Dec 2023 11:46:30 +0900 Subject: [PATCH] brightnessctl to work --- install-scripts/00-hypr-pkgs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index 61caf5f..b39cc68 100644 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -111,6 +111,10 @@ for PKG1 in "${hypr_package[@]}" "${hypr_package_2[@]}" "${Extra[@]}"; do fi done +## making brightnessctl work +sudo chmod +s $(which brightnessctl) 2>&1 | tee -a "$LOG" || true + + ## Installing pywal colors printf "\n%s - Installing Pywal.... \n" "${NOTE}"