From 340019c6272b7f81f08030ee3a37268eb1764738 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 20 May 2024 11:30:09 +0900 Subject: [PATCH 1/6] updated readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c0a061f..cdb06d6 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,7 @@
-#### Hyprland-Dots-showcase - - +### Kool Hyprland-Dots Showcase https://github.com/JaKooLit/Arch-Hyprland/assets/85185940/84e3948f-edbf-45b8-9e3f-1f6699e3830a From eb62120deb4d3e3f3ca65d713d7ac419d5ac6ef5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 20 May 2024 11:40:20 +0900 Subject: [PATCH 2/6] updated readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdb06d6..5e58dc2 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,17 @@
-### Kool Hyprland-Dots Showcase +

+ Sparkles + KooL Hyprland-Dotfiles Showcase + Sparkles +

-https://github.com/JaKooLit/Arch-Hyprland/assets/85185940/84e3948f-edbf-45b8-9e3f-1f6699e3830a +
+https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/50d53755-0f11-45d6-9913-76039e84a2cd + +
### Gallery and Videos
From 03ca2d6494966b397ea0738da7e58e74f6435aad Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 21 May 2024 21:44:23 +0900 Subject: [PATCH 3/6] added file-roller in thunar --- install-scripts/thunar.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) From dc3dc39e12c5cfd64aa9343633d4f96febba7b36 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 22 May 2024 00:19:37 +0900 Subject: [PATCH 4/6] updated readme regarding Hyprland Auto starting --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5e58dc2..5b5cb28 100644 --- a/README.md +++ b/README.md @@ -146,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) From bc4a9b54f77fcc5ccae096fa8b6e2d2bc277bb57 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 22 May 2024 20:40:12 +0900 Subject: [PATCH 5/6] updated packages --- CHANGELOGS.md | 3 +++ install-scripts/00-hypr-pkgs.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index c85f473..d32b220 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 22 May 2024 +- nwg-look is now in extra repo so replaced with nwg-look from nwg-look-bin + ## 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/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index 13b4456..a8d55d3 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 vim yt-dlp From bd162bffd39948b77dc084395a30978f1086cd1c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 22 May 2024 21:13:24 +0900 Subject: [PATCH 6/6] changed the sddm theme destination to /etc/sddm.conf.d/10-theme.conf to theme.conf.user --- CHANGELOGS.md | 1 + install-scripts/sddm.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index d32b220..12a8d85 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -2,6 +2,7 @@ ## 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/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