diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index 055bd7c..d8ff5cc 100755 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -97,9 +97,4 @@ 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}" - -sudo pip3 install pywal --break-system-packages 2>&1 | tee -a "$LOG" - clear