diff --git a/CHANGELOGS.md b/CHANGELOGS.md
index 23c418f..ad9f4a2 100644
--- a/CHANGELOGS.md
+++ b/CHANGELOGS.md
@@ -3,6 +3,10 @@
## 23 May 2024
- added qalculate-gtk to work with rofi-calc. Default keybinds (SUPER ALT C)
+## 22 May 2024
+- nwg-look is now in extra repo so replaced with nwg-look from nwg-look-bin
+- 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/README.md b/README.md
index c0a061f..5b5cb28 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,17 @@
-#### Hyprland-Dots-showcase
+
+
+ KooL Hyprland-Dotfiles Showcase
+
+
+
+https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/50d53755-0f11-45d6-9913-76039e84a2cd
-https://github.com/JaKooLit/Arch-Hyprland/assets/85185940/84e3948f-edbf-45b8-9e3f-1f6699e3830a
-
+
### Gallery and Videos
@@ -141,6 +146,11 @@ log into your account
- 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`
+> [!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
+
#### 🫥 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 c577b9a..3155cb6 100755
--- a/install-scripts/00-hypr-pkgs.sh
+++ b/install-scripts/00-hypr-pkgs.sh
@@ -63,7 +63,7 @@ mousepad
mpv
mpv-mpris
nvtop
-nwg-look-bin
+nwg-look
pacman-contrib
qalculate-gtk
vim
diff --git a/install-scripts/sddm.sh b/install-scripts/sddm.sh
index 6ba67d9..ed645a7 100755
--- a/install-scripts/sddm.sh
+++ b/install-scripts/sddm.sh
@@ -86,7 +86,7 @@ while [ "$valid_input" != true ]; do
fi
sudo mv simple-sddm-2 /usr/share/sddm/themes/
- echo -e "[Theme]\nCurrent=simple-sddm-2" | sudo tee "$sddm_conf_dir/10-theme.conf" &>> "$LOG"
+ echo -e "[Theme]\nCurrent=simple-sddm-2" | 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" | tee -a "$LOG" >&2
fi
diff --git a/install-scripts/thunar.sh b/install-scripts/thunar.sh
index 261e6de..8248a21 100755
--- a/install-scripts/thunar.sh
+++ b/install-scripts/thunar.sh
@@ -6,7 +6,8 @@ thunar=(
thunar
thunar-volman
tumbler
-ffmpegthumbnailer
+ffmpegthumbnailer
+file-roller
thunar-archive-plugin
)