diff --git a/CHANGELOGS.md b/CHANGELOGS.md
index 772d0c0..594c9b2 100644
--- a/CHANGELOGS.md
+++ b/CHANGELOGS.md
@@ -1,5 +1,14 @@
## Changelogs
+## 13 Jan 2025
+- replaced polkit-gnome with hyprpolkitagent
+
+## 12 Jan 2025
+- switch to final version of aylurs-gtk-shell-v1
+
+## 11 Jan 2025
+- added cachyos-hyprland-settings to uninstall
+
## 06 Jan 2025
- added copying of modified fastfetch-compact for Arch
- default theme for oh my zsh theme is now "funky"
diff --git a/README.md b/README.md
index 1236ef9..a068a35 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,10 @@
Gallery
+
+
+
+
👇 KOOL's Hyprland-Dots related Links 👇
@@ -33,6 +37,10 @@
Discord
+
+
+
+
KooL Hyprland-Dotfiles Showcase
diff --git a/install-scripts/01-hypr-pkgs.sh b/install-scripts/01-hypr-pkgs.sh
index 3cf84ac..2e655e2 100755
--- a/install-scripts/01-hypr-pkgs.sh
+++ b/install-scripts/01-hypr-pkgs.sh
@@ -18,6 +18,7 @@ hypr_package=(
grim
gvfs
gvfs-mtp
+ hyprpolkitagent
imagemagick
inxi
jq
@@ -29,7 +30,6 @@ hypr_package=(
pavucontrol
pipewire-alsa
playerctl
- polkit-gnome
python-requests
python-pyquery
qt5ct
@@ -74,6 +74,7 @@ uninstall=(
aylurs-gtk-shell
dunst
mako
+ cachyos-hyprland-settings
rofi
wallust-git
)
diff --git a/install-scripts/ags.sh b/install-scripts/ags.sh
index 58ca5b4..1cc66a2 100755
--- a/install-scripts/ags.sh
+++ b/install-scripts/ags.sh
@@ -17,7 +17,7 @@ ags=(
)
# specific tags to download
-ags_tag="v1.8.2"
+ags_tag="v1.9.0"
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
# Determine the directory where the script is located
@@ -49,7 +49,7 @@ done
printf "\n%.0s" {1..1}
# ags
-printf "${NOTE} Install and Compiling Aylurs GTK shell v1.8.2..\n"
+printf "${NOTE} Install and Compiling Aylurs GTK shell $ags_tag..\n"
# Check if folder exists and remove it
if [ -d "ags" ]; then