Merge pull request #76 from JaKooLit/Ubuntu-24.04-LTS

Ubuntu 24.04 lts Main to development
This commit is contained in:
Ja.KooLit 2024-05-14 00:40:25 +09:00 committed by GitHub
commit 6fb8d3b075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -5,6 +5,7 @@
nvidia_pkg=(
libva-wayland2
libnvidia-egl-wayland1
nvidia-vaapi-driver
)