From 3b29b8769a8d7ab15bd66b344deb8bb8232d1d47 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Thu, 6 Jun 2024 05:31:30 +0900 Subject: [PATCH 01/17] Update wallust.sh --- install-scripts/wallust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/wallust.sh b/install-scripts/wallust.sh index b9c8415..bcedb11 100755 --- a/install-scripts/wallust.sh +++ b/install-scripts/wallust.sh @@ -4,7 +4,7 @@ depend=( librust-jpeg-decoder-dev -rustup +cargo ) #specific branch or release From 290e306ab71caa573f280730865c27bb76d5c5b5 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Thu, 6 Jun 2024 06:08:40 +0900 Subject: [PATCH 02/17] Update wallust.sh --- install-scripts/wallust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/wallust.sh b/install-scripts/wallust.sh index bcedb11..b9c8415 100755 --- a/install-scripts/wallust.sh +++ b/install-scripts/wallust.sh @@ -4,7 +4,7 @@ depend=( librust-jpeg-decoder-dev -cargo +rustup ) #specific branch or release From 5339de714df8a228dda2751f911d88f4f95b2b16 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Jun 2024 06:08:09 +0900 Subject: [PATCH 03/17] updated hyprwayland-scanner install script --- install-scripts/hyprwayland-scanner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/hyprwayland-scanner.sh b/install-scripts/hyprwayland-scanner.sh index 1dfa70c..633e2af 100755 --- a/install-scripts/hyprwayland-scanner.sh +++ b/install-scripts/hyprwayland-scanner.sh @@ -6,7 +6,7 @@ scan_depend=( libpugixml-dev ) #specific branch or release -scan_tag="v0.3.9" +scan_tag="v0.3.10" ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## # Determine the directory where the script is located From 8a1d15803a2e7824e2f020198a64078411b06bad Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Sat, 8 Jun 2024 10:23:03 +0900 Subject: [PATCH 04/17] Update rofi-wayland.sh --- install-scripts/rofi-wayland.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install-scripts/rofi-wayland.sh b/install-scripts/rofi-wayland.sh index 6430a69..f5d416f 100755 --- a/install-scripts/rofi-wayland.sh +++ b/install-scripts/rofi-wayland.sh @@ -5,6 +5,13 @@ rofi=( bison flex + pandoc + doxygen + cppcheck + libmpdclient-dev + libnl-3-dev + libasound2-dev +) ) ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## From e10bc8effcd39c4621528f39d1facf4043d11709 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Sat, 8 Jun 2024 10:28:40 +0900 Subject: [PATCH 05/17] Update hyprlock.sh --- install-scripts/hyprlock.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-scripts/hyprlock.sh b/install-scripts/hyprlock.sh index a42c912..3d50769 100755 --- a/install-scripts/hyprlock.sh +++ b/install-scripts/hyprlock.sh @@ -45,8 +45,8 @@ printf "${NOTE} Installing hyprlock...\n" if git clone --recursive -b $lock_tag https://github.com/hyprwm/hyprlock.git; then cd hyprlock || exit 1 cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build - cmake --build ./build --config Release --target hyprlock -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF` - if sudo cmake --install ./build 2>&1 | tee -a "$MLOG" ; then + cmake --build ./build --config Release --target hyprlock -j`nproc 2>/dev/null || getconf _NPROCESSORS_CONF` + if sudo cmake --install build 2>&1 | tee -a "$MLOG" ; then printf "${OK} hyprlock installed successfully.\n" 2>&1 | tee -a "$MLOG" else echo -e "${ERROR} Installation failed for hyprlock." 2>&1 | tee -a "$MLOG" From 6fad61e13846dc51e63e7240b1b5196ea8ded3ee Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sat, 8 Jun 2024 23:54:36 +0900 Subject: [PATCH 06/17] updated readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index c2a12fc..be38eb8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@
+
+
 Read this First 
   +
 How to use this script 
   +
 Gallery 
   +

+ +
## 💌 JaKooLit's Debian/Ubuntu Hyprland Install Script 💌 #### For Debian 13 Trixie (Testing) and SID (unstable) and Ubuntu 24.04 Noble Numbat @@ -13,6 +20,20 @@ Ubuntu 24.04 LTS Noble Numbat Hyprland install script branch

+
+#### 👇 KOOL's Hyprland-Dots related Links 👇 +
+
+
+
+
 Hyprland-Dots repo 
   +
 Youtube 
   +
 Wiki 
   +
 Keybinds 
   +
 FAQ 
   +
 Discord 
+

+

Sparkles KooL Hyprland-Dotfiles Showcase From e80440b7a27fa37023a76d166bdf3b0b09e42c72 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sat, 8 Jun 2024 23:58:43 +0900 Subject: [PATCH 07/17] updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be38eb8..bbc40c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@

+ +
 Ubuntu 24.04 LTS 
  
 Read this First 
  
 How to use this script 
  
 Gallery 
   @@ -153,7 +155,7 @@ sudo nano /etc/apt/sources.list > [!IMPORTANT] > If you want to use nouveau driver, choose N when asked if you have nvidia gpu. This is because the nvidia installer part, it will blacklist nouveau. Hyprland will still be installed but it will skip blacklisting nouveau. -# ✨ to run or Use this script +## ✨ to use this script > clone this repo (latest commit only) by using git. Change directory, make executable and run the script ```bash git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git ~/Debian-Hyprland From dedc99095f3f2edafb246f8a210cca2b696b017d Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sun, 9 Jun 2024 00:00:10 +0900 Subject: [PATCH 08/17] updated readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bbc40c8..46944bc 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@
-
## 💌 JaKooLit's Debian/Ubuntu Hyprland Install Script 💌 From 69773038d1decb99854995d1a180875eb276a6eb Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 9 Jun 2024 10:35:44 +0900 Subject: [PATCH 09/17] added inxi for better diagnostic info --- .github/ISSUE_TEMPLATE/bug_report.md | 11 +++++------ .github/ISSUE_TEMPLATE/custom.md | 7 +++++++ install-scripts/00-hypr-pkgs.sh | 1 + 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6d8c37d..71835e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -37,13 +37,12 @@ labels: "Something isn't working" [Please add any other relevant information about the bug and remove the unnecessary lines.] -e.g., +### show output of `inxi -CGIsSMnr` install package `inxi` if not exist +show output here +``` -- Linux Distro: [e.g., Debian 13, SID , Ubuntu 23.10, etc] -- Linux Version, output of `uname -a`: -- Hyprland Version, output of `hyprctl version`: -- Installation Environment: [e.g., On The Main Hardware, On A Virtual Machine] -- Other info: [e.g., Display Resolution, Resolution, etc] + +``` ### Additional Information diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 75f01b4..22af1dc 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -40,3 +40,10 @@ labels: "custom" ### Additional Information [Add any other information about the issue or request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.] + +### show output of `inxi -CGIsSMnr` install package `inxi` if not exist +show output here +``` + + +``` \ No newline at end of file diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index d8ff5cc..810cd93 100755 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -16,6 +16,7 @@ hypr_package=( grim gvfs gvfs-backends + inxi kitty nano pavucontrol From 8945ba58d17fff59e15dd2da83d1daac6c00bcb8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 10 Jun 2024 00:30:59 +0900 Subject: [PATCH 10/17] updated rofi-wayland.sh To redownload a new rofi-wayland from repo instead of pulling changes. (It proves giving issue) --- CHANGELOGS.md | 3 +++ install-scripts/rofi-wayland.sh | 20 +++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 846d1b8..963257c 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 10 June 2024 +- changed behaviour of rofi-wayland.sh. To redownload a new rofi-wayland from repo instead of pulling changes. (It proves giving issue) + ## 04 June 2024 - switched over to source install for imagemagick - removal of fzf for Debian and Ubuntu (headache) diff --git a/install-scripts/rofi-wayland.sh b/install-scripts/rofi-wayland.sh index f5d416f..80f7de6 100755 --- a/install-scripts/rofi-wayland.sh +++ b/install-scripts/rofi-wayland.sh @@ -53,21 +53,19 @@ printf "\n\n" # Clone and build rofi - wayland printf "${NOTE} Installing rofi-wayland...\n" -printf "${NOTE} Installing rofi-wayland\n" - # Check if rofi folder exists if [ -d "rofi" ]; then - printf "${NOTE} rofi folder exists. Pulling latest changes...\n" + printf "${NOTE} rofi folder exists. Removing existing directory...\n" + rm -rf rofi +fi + +# cloning rofi-wayland +printf "${NOTE} Cloning rofi-wayland repository...\n" +if git clone https://github.com/lbonn/rofi.git; then cd rofi || exit 1 - git pull origin master 2>&1 | tee -a "$MLOG" else - printf "${NOTE} Cloning rofi repository...\n" - if git clone https://github.com/lbonn/rofi.git; then - cd rofi || exit 1 - else - echo -e "${ERROR} Download failed for rofi-wayland." 2>&1 | tee -a "$LOG" - exit 1 - fi + echo -e "${ERROR} Download failed for rofi-wayland." 2>&1 | tee -a "$LOG" + exit 1 fi # Proceed with the installation steps From 82d0bef4ee105ea6cab7d7e7647c92ad02ddacf5 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:55:41 +0900 Subject: [PATCH 11/17] Update rofi-wayland.sh --- install-scripts/rofi-wayland.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/rofi-wayland.sh b/install-scripts/rofi-wayland.sh index 80f7de6..2817471 100755 --- a/install-scripts/rofi-wayland.sh +++ b/install-scripts/rofi-wayland.sh @@ -12,7 +12,7 @@ rofi=( libnl-3-dev libasound2-dev ) -) + ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## # Determine the directory where the script is located From 74c65605c60ffaf85dcdb73384f8636dbcd07794 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Tue, 11 Jun 2024 04:14:53 +0900 Subject: [PATCH 12/17] updated for dotfiles v2.2.14 --- install-scripts/dotfiles.sh | 87 +++++++++++-------------------------- 1 file changed, 26 insertions(+), 61 deletions(-) diff --git a/install-scripts/dotfiles.sh b/install-scripts/dotfiles.sh index bf492fb..e471084 100755 --- a/install-scripts/dotfiles.sh +++ b/install-scripts/dotfiles.sh @@ -1,86 +1,51 @@ #!/bin/bash # 💫 https://github.com/JaKooLit 💫 # -# Hyprland-Dots to download from Releases # -if [[ $USE_PRESET = [Yy] ]]; then - source ./preset.sh -fi +# Hyprland-Dots to download a specific release # + +# Define the specific release version to download +specific_version="v2.2.14" ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## source "$(dirname "$(readlink -f "$0")")/Global_functions.sh" -printf "${NOTE} Downloading / Checking for existing Hyprland-Dots.tar.gz...\n" +printf "${NOTE} Downloading / Checking for existing Hyprland-Dots-${specific_version}.tar.gz...\n" -# Check if Hyprland-Dots.tar.gz exists -if [ -f Hyprland-Dots.tar.gz ]; then - printf "${NOTE} Hyprland-Dots.tar.gz found.\n" - - # Get the version from the existing tarball filename - existing_version=$(echo Hyprland-Dots.tar.gz | grep -oP 'v\d+\.\d+\.\d+' | sed 's/v//') - - # Fetch the tag_name for the latest release using the GitHub API - latest_version=$(curl -s https://api.github.com/repos/JaKooLit/Hyprland-Dots/releases/latest | grep "tag_name" | cut -d '"' -f 4 | sed 's/v//') - - # Check if versions match - if [ "$existing_version" = "$latest_version" ]; then - echo -e "${OK} Hyprland-Dots.tar.gz is up-to-date with the latest release ($latest_version)." - - # Sleep for 10 seconds before exiting - printf "${NOTE} No update found. Sleeping for 10 seconds...\n" - sleep 10 - exit 0 - else - echo -e "${WARN} Hyprland-Dots.tar.gz is outdated (Existing version: $existing_version, Latest version: $latest_version)." - if [[ -z $upgrade_choice ]]; then - read -p "Do you want to upgrade to the latest version? (y/n): " upgrade_choice - fi - if [ "$upgrade_choice" = "y" ]; then - echo -e "${NOTE} Proceeding to download the latest release." 2>&1 | tee -a "../Install-Logs/install-$(date +'%d-%H%M%S')_dotfiles.log" - - # Delete existing directories starting with JaKooLit-Hyprland-Dots - find . -type d -name 'JaKooLit-Hyprland-Dots*' -exec rm -rf {} + - rm -f Hyprland-Dots.tar.gz - printf "${WARN} Removed existing Hyprland-Dots.tar.gz.\n" - else - echo -e "${NOTE} User chose not to upgrade. Exiting..." 2>&1 | tee -a "../Install-Logs/install-$(date +'%d-%H%M%S')_dotfiles.log" - exit 0 - fi - fi +# Check if the specific release tarball exists +if [ -f "Hyprland-Dots-${specific_version}.tar.gz" ]; then + printf "${NOTE} Hyprland-Dots-${specific_version}.tar.gz found.\n" + echo -e "${OK} Hyprland-Dots-${specific_version}.tar.gz is already downloaded." + exit 0 fi -printf "${NOTE} Downloading the latest Hyprland source code release...\n" +printf "${NOTE} Downloading the Hyprland-Dots-${specific_version} source code release...\n" -# Fetch the tag name for the latest release using the GitHub API -latest_tag=$(curl -s https://api.github.com/repos/JaKooLit/Hyprland-Dots/releases/latest | grep "tag_name" | cut -d '"' -f 4) - -# Check if the tag is obtained successfully -if [ -z "$latest_tag" ]; then - echo -e "${ERROR} Unable to fetch the latest tag information." 2>&1 | tee -a "../Install-Logs/install-$(date +'%d-%H%M%S')_dotfiles.log" +# Fetch the tag name for the specific release using the GitHub API +release_info=$(curl -s "https://api.github.com/repos/JaKooLit/Hyprland-Dots/releases/tags/${specific_version}") +if [ -z "$release_info" ]; then + echo -e "${ERROR} Unable to fetch information for release ${specific_version}." 2>&1 | tee -a "../Install-Logs/install-$(date +'%d-%H%M%S')_dotfiles.log" exit 1 fi -# Fetch the tarball URL for the latest release using the GitHub API -latest_tarball_url=$(curl -s https://api.github.com/repos/JaKooLit/Hyprland-Dots/releases/latest | grep "tarball_url" | cut -d '"' -f 4) +# Get the tarball URL for the specific release +tarball_url=$(echo "$release_info" | grep "tarball_url" | cut -d '"' -f 4) # Check if the URL is obtained successfully -if [ -z "$latest_tarball_url" ]; then - echo -e "${ERROR} Unable to fetch the tarball URL for the latest release." 2>&1 | tee -a "../Install-Logs/install-$(date +'%d-%H%M%S')_dotfiles.log" +if [ -z "$tarball_url" ]; then + echo -e "${ERROR} Unable to fetch the tarball URL for release ${specific_version}." 2>&1 | tee -a "../Install-Logs/install-$(date +'%d-%H%M%S')_dotfiles.log" exit 1 fi -# Get the filename from the URL and include the tag name in the file name -file_name="Hyprland-Dots-${latest_tag}.tar.gz" - -# Download the latest release source code tarball to the current directory -if curl -L "$latest_tarball_url" -o "$file_name"; then +# Download the specific release source code tarball to the current directory +if curl -L "$tarball_url" -o "Hyprland-Dots-${specific_version}.tar.gz"; then # Extract the contents of the tarball - tar -xzf "$file_name" || exit 1 + tar -xzf "Hyprland-Dots-${specific_version}.tar.gz" || exit 1 - # delete existing Hyprland-Dots + # Delete existing Hyprland-Dots rm -rf JaKooLit-Hyprland-Dots # Identify the extracted directory - extracted_directory=$(tar -tf "$file_name" | grep -o '^[^/]\+' | uniq) + extracted_directory=$(tar -tf "Hyprland-Dots-${specific_version}.tar.gz" | grep -o '^[^/]\+' | uniq) # Rename the extracted directory to JaKooLit-Hyprland-Dots mv "$extracted_directory" JaKooLit-Hyprland-Dots || exit 1 @@ -91,9 +56,9 @@ if curl -L "$latest_tarball_url" -o "$file_name"; then chmod +x copy.sh ./copy.sh - echo -e "${OK} Latest Dotfiles release downloaded, extracted, and processed successfully. Check JaKooLit-Hyprland-Dots folder for more detailed install logs" 2>&1 | tee -a "../Install-Logs/install-$(date +'%d-%H%M%S')_dotfiles.log" + echo -e "${OK} Hyprland-Dots-${specific_version} release downloaded, extracted, and processed successfully. Check JaKooLit-Hyprland-Dots folder for more detailed install logs" 2>&1 | tee -a "../Install-Logs/install-$(date +'%d-%H%M%S')_dotfiles.log" else - echo -e "${ERROR} Failed to download the latest Dotfiles release." 2>&1 | tee -a "../Install-Logs/install-$(date +'%d-%H%M%S')_dotfiles.log" + echo -e "${ERROR} Failed to download Hyprland-Dots-${specific_version} release." 2>&1 | tee -a "../Install-Logs/install-$(date +'%d-%H%M%S')_dotfiles.log" exit 1 fi From dc931f06deaf29c76eab33a768569fdc014a3651 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Tue, 11 Jun 2024 04:40:37 +0900 Subject: [PATCH 13/17] updated readme regarding nvidia --- CHANGELOGS.md | 3 +++ README.md | 10 +++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 963257c..df6a434 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 11 June 2024 +- adjusted script to install only Hyprland-Dots v2.2.14 + ## 10 June 2024 - changed behaviour of rofi-wayland.sh. To redownload a new rofi-wayland from repo instead of pulling changes. (It proves giving issue) diff --git a/README.md b/README.md index 46944bc..dc9ba7c 100644 --- a/README.md +++ b/README.md @@ -253,11 +253,19 @@ log into your account `ls -l /dev/dri/by-path` to check where the symlink points to ) ``` -- add "env = WLR_DRM_DEVICES,/dev/dri/cardX" to the ENVvariables config (.config/hypr/UserConfigs/ENVariables.conf) ; X being where the symlink of the gpu points to +- add "env = WLR_DRM_DEVICES,/dev/dri/cardX" to the ENVvariables config `~/.config/hypr/UserConfigs/ENVariables.conf` ; X being where the symlink of the gpu points to - 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) +- reports from a member of discord for Nvidia for additional env's +- remove # from the following env's on +``` +env = GBM_BACKEND,nvidia-drm +env = WLR_RENDERER_ALLOW_SOFTWARE,1 +``` + +#### ❗ other known issues > [!NOTE] > Auto start of Hyprland after login (no SDDM or GDM or any login managers) - This was disabled a few days ago. (19 May 2024). This was because some users, after they used the Distro-Hyprland scripts with other DE (gnome-wayland or plasma-wayland), if they choose to login into gnome-wayland for example, Hyprland is starting. From db3aca0099e2a525cad0f7cd206a774944ef3032 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 21 Jun 2024 04:24:40 +0900 Subject: [PATCH 14/17] updated discord link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc9ba7c..400407f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## 💌 JaKooLit's Debian/Ubuntu Hyprland Install Script 💌 #### For Debian 13 Trixie (Testing) and SID (unstable) and Ubuntu 24.04 Noble Numbat -![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Debian-Hyprland?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Debian-Hyprland?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Debian-Hyprland?style=for-the-badge&color=cba6f7) +![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Debian-Hyprland?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Debian-Hyprland?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Debian-Hyprland?style=for-the-badge&color=cba6f7)
@@ -31,7 +31,7 @@
 Wiki 
  
 Keybinds 
  
 FAQ 
   -
 Discord 
+
 Discord 

From 2af7fb5f6cbbb9787deb617a1ce82222a42d1c0b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 22 Jun 2024 15:08:31 +0900 Subject: [PATCH 15/17] updated Discord Link - Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 400407f..10b1862 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ env = WLR_RENDERER_ALLOW_SOFTWARE,1 #### 📒 Final Notes -- join my discord channel [`Discord`](https://discord.gg/V2SJ92vbEN) +- join my discord channel [`Discord`](https://discord.com/invite/9JEgZsfhex) - Feel free to copy, re-distribute, and use this script however you want. Would appreciate if you give me some loves by crediting my work :) From 9fcdcbc5ee9f3bea975eb35807e5415c3a430c94 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:02:01 +0800 Subject: [PATCH 16/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10b1862..3c4b6cc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@

-#### 👇 KOOL's Hyprland-Dots related Links 👇 +👇 KOOL's Hyprland-Dots related Links 👇
From 293886ce8226870e8f0fafe5459b289386e8900b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 5 Jul 2024 11:00:58 +0900 Subject: [PATCH 17/17] added fbdev=1 in /etc/modprobe.d/nvidia.conf --- install-scripts/nvidia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/nvidia.sh b/install-scripts/nvidia.sh index b90d031..6b8066d 100755 --- a/install-scripts/nvidia.sh +++ b/install-scripts/nvidia.sh @@ -83,7 +83,7 @@ printf "${YELLOW} nvidia-stuff to /etc/default/grub..." # Define the configuration file and the line to add config_file="/etc/modprobe.d/nvidia.conf" line_to_add=""" - options nvidia-drm modeset=1 + options nvidia-drm modeset=1 fbdev=1 options nvidia NVreg_PreserveVideoMemoryAllocations=1 """