Update 00-hypr-pkgs.sh

Removed pywal
This commit is contained in:
Ja.KooLit 2024-06-04 20:45:02 +00:00 committed by GitHub
parent b231080a38
commit 464888445d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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