updated hypr-eco.sh

This commit is contained in:
JaKooLit 2024-05-02 20:00:23 +09:00
parent 8880277827
commit 8253189f6e

View File

@ -17,7 +17,10 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_hypr_eco.log"
# Hyprland Plugins # Hyprland Plugins
# pyprland https://github.com/hyprland-community/pyprland installing using python # pyprland https://github.com/hyprland-community/pyprland installing using python
printf "${NOTE} Installing pyprland\n"
pip install pyprland 2>&1 | tee -a "$LOG" || True pip install pyprland 2>&1 | tee -a "$LOG" || True
curl https://raw.githubusercontent.com/hyprland-community/pyprland/main/scripts/get-pypr | sh 2>&1 | tee -a "$LOG"
clear clear