diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 1d20ad6..e8dea86 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 22 May 2024 +- change the sddm theme destination to /etc/sddm.conf.d/10-theme.conf to theme.conf.user + ## 19 May 2024 - Disabled the auto-login in .zprofile as it causes auto-login to Hyprland if any wayland was chosen. Can enabled if only using hyprland diff --git a/Debian-Installer.png b/Debian-Installer.png deleted file mode 100644 index d5c4cb3..0000000 Binary files a/Debian-Installer.png and /dev/null differ diff --git a/README.md b/README.md index 86077cf..b795a42 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,17 @@ - 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 +

+ Sparkles + KooL Hyprland-Dotfiles Showcase + Sparkles +

+ +
+ +https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/50d53755-0f11-45d6-9913-76039e84a2cd + +
> [!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 @@ -124,7 +133,7 @@ chmod +x install.sh ./install.sh ```

- + #### ✨ for ZSH and OH-MY-ZSH installation > installer should auto change your default shell to zsh. However, if it does not, do this @@ -201,6 +210,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) +> [!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. +- to avoid this, I disabled it. You can re-enable again by editing `~/.zprofile` . Remove all the # on the first lines - [ ] Does not work in Ubuntu 23.10 and older - [ ] sddm blackscreen when log-out diff --git a/Ubuntu24.04.png b/Ubuntu24.04.png new file mode 100644 index 0000000..4f278b1 Binary files /dev/null and b/Ubuntu24.04.png differ diff --git a/install-scripts/sddm.sh b/install-scripts/sddm.sh index c442d83..820d052 100755 --- a/install-scripts/sddm.sh +++ b/install-scripts/sddm.sh @@ -99,7 +99,7 @@ while [ "$valid_input" != true ]; do fi sudo mv simple-sddm /usr/share/sddm/themes/ - echo -e "[Theme]\nCurrent=simple-sddm" | sudo tee "$sddm_conf_dir/10-theme.conf" &>> "$LOG" + echo -e "[Theme]\nCurrent=simple-sddm" | sudo tee "$sddm_conf_dir/theme.conf.user" &>> "$LOG" else echo -e "\e[1A\e[K${ERROR} - Failed to clone the theme repository. Please check your internet connection or repository availability." | tee -a "$LOG" >&2 fi