diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 34ceab0..9724388 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,12 @@ ## Changelogs +## 07 May 2024 +- Minor typo change on nvidia.sh +- switch back to cava since installing cava-git keep it hanging (see known-issue on readme) + +## 05 May 2024 +- switched to rofi-wayland Extra Repo + ## 04 May 2024 - separated fonts installation script for easy debugging diff --git a/README.md b/README.md index 9bb5f5d..21610c8 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,10 @@ log into your account - more info from the hyprland wiki [`Hyprland Wiki Link`](https://wiki.hyprland.org/FAQ/#my-external-monitor-is-blank--doesnt-render--receives-no-signal-laptop) + +- installing of cava-git on a newly installed Arch makes the install keep hanging. Switched back to cava. After booting and logged in, if cava dont work, replace it cava-git `yay -S cava-git` or `paru -S cava-git` + + #### 🫥 Improving performance for Older Nvidia Cards using driver 470 - [`SEE HERE`](https://github.com/JaKooLit/Hyprland-Dots/discussions/123#discussion-6035205) diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index eb573a0..4e691b9 100755 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -37,7 +37,7 @@ pyprland qt5ct qt6ct qt6-svg -rofi-lbonn-wayland-git +rofi-wayland slurp swappy swaync @@ -55,7 +55,7 @@ yad hypr_package_2=( brightnessctl btop -cava-git +cava eog gnome-system-monitor mousepad diff --git a/install-scripts/nvidia.sh b/install-scripts/nvidia.sh index 5d6a8b1..e1ddc43 100755 --- a/install-scripts/nvidia.sh +++ b/install-scripts/nvidia.sh @@ -30,7 +30,7 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_nvidia.log" # nvidia stuff printf "${YELLOW} Checking for other hyprland packages and remove if any..${RESET}\n" if pacman -Qs hyprland > /dev/null; then - printf "${YELLOW} Hyprland detected. uninstalling to install Hyprland-git...${RESET}\n" + printf "${YELLOW} Hyprland detected. uninstalling to install Hyprland from official repo...${RESET}\n" for hyprnvi in hyprland-git hyprland-nvidia hyprland-nvidia-git hyprland-nvidia-hidpi-git; do sudo pacman -R --noconfirm "$hyprnvi" 2>/dev/null | tee -a "$LOG" || true done