brightnessctl to work

This commit is contained in:
JaKooLit 2023-12-04 11:46:30 +09:00
parent 8f5d5843bd
commit b1cb9e4a2f

View File

@ -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}"