Skip to content

Commit

Permalink
Merge pull request #54 from JaKooLit/main
Browse files Browse the repository at this point in the history
updated Script
  • Loading branch information
JaKooLit authored Apr 20, 2024
2 parents dc982c6 + 6cabb66 commit 8a0febe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelogs

<<<<<<< main
## 20 Apr 2024
- Change default Oh-my-zsh theme to xiong-chiamiov-plus
- updated nvidia.sh (added hyprcursor and changed to hyprland only from git for nvidia)

## 11 Jan 2024
- dropped wlsunset

Expand Down
11 changes: 10 additions & 1 deletion install-scripts/nvidia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ nvidia_pkg=(
libva-nvidia-driver
)

hyprland_pkg=(
hyprland
hyprcursor
)



## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
# Determine the directory where the script is located
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
Expand All @@ -29,9 +36,11 @@ fi
LOG="Install-Logs/install-$(date +%d-%H%M%S)_nvidia.log"


# Install Hprland Nvidia git
# Install Hprland Nvidia
printf "${YELLOW} Installing Hyprland-git...\n"
for NvHYPR in hyprland-git; do
printf "${YELLOW} Installing Hyprland...\n"
for NvHYPR in "${hyprland_pkg[@]}"; do
install_package "$NvHYPR" 2>&1 | tee -a "$LOG"
done

Expand Down

0 comments on commit 8a0febe

Please sign in to comment.