From 885db86509446e8dd2009982293528a58c1d6cc1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 12 May 2024 18:00:45 +0900 Subject: [PATCH 1/3] added libnvidia-egl-wayland1. see https://github.com/JaKooLit/Debian-Hyprland/issues/71 --- install-scripts/nvidia.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-scripts/nvidia.sh b/install-scripts/nvidia.sh index 711e259..2e7a6a1 100755 --- a/install-scripts/nvidia.sh +++ b/install-scripts/nvidia.sh @@ -5,6 +5,7 @@ nvidia_pkg=( libva-wayland2 + libnvidia-egl-wayland1 nvidia-vaapi-driver ) From 6e4d3b81d8a4ce9818792430288fce1f228bcce5 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Mon, 13 May 2024 13:43:11 +0900 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cb76e7..11379ab 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ - With latest Hyprland v0.40.0 released, it wont build on Ubuntu 24.04 LTS. Reason is that Ubuntu did not update their wayland-protocol. Its the reason why it wont build. - This is the reason why I have to set a specific release version on Hyprland packages including its eco-system as it is most likely wayland protocol wont be updated since its an LTS version. +## SHOW CASE +https://github.com/JaKooLit/Debian-Hyprland/assets/85185940/66ccc81c-5e8e-4f6e-921d-68f063b2a3f4 > [!IMPORTANT] > install a backup tool like `snapper` or `timeshift`. and Backup your system before installing hyprland using this script. This script does NOT include uninstallation of packages @@ -235,4 +237,4 @@ log into your account ## 🥰🥰 💖💖 👍👍👍 [![Stargazers over time](https://starchart.cc/JaKooLit/Debian-Hyprland.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Debian-Hyprland) - \ No newline at end of file + From 37c48fbacfbac2e1f188d0f2a687a86f2371509c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 14 May 2024 00:27:28 +0900 Subject: [PATCH 3/3] remove pywal colors for .zshrc --- assets/.zshrc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/assets/.zshrc b/assets/.zshrc index 29034e1..daa7652 100644 --- a/assets/.zshrc +++ b/assets/.zshrc @@ -19,16 +19,4 @@ source $ZSH/oh-my-zsh.sh #pokemon-colorscripts --no-title -s -r -### From this line is for pywal-colors -# Import colorscheme from 'wal' asynchronously -# & # Run the process in the background. -# ( ) # Hide shell job control messages. -# Not supported in the "fish" shell. -#(cat ~/.cache/wal/sequences &) - -# Alternative (blocks terminal for 0-3ms) -#cat ~/.cache/wal/sequences - -# To add support for TTYs this line can be optionally added. -#source ~/.cache/wal/colors-tty.sh