This will be only as hosting for the gtk themes and icons that will be pulled during installation of Hyprland using my Hyprland install scripts
Dependencies
tar
& unzip
clone the repo
git clone https://github.com/JaKooLit/GTK-themes-icons.git --depth 1
cd GTK-themes-icons
chmod +x auto-extract.sh
./auto-extract.sh
Manual (clone)
git clone https://github.com/JaKooLit/GTK-themes-icons.git --depth 1
cd GTK-themes-icons
Unpack
mkdir -p ~/.icons
mkdir -p ~/.themes
tar -xzvf "theme/Andromeda-dark.tar.gz" -C ~/.themes
tar -xzvf "theme/WhiteSur-Lighttar.gz" -C ~/.themes
unzip -o -q "icon/Flat-Remix-Blue-Dark.zip" -d ~/.icons
unzip -o -q "icon/Flat-Remix-Blue-Light.zip" -d ~/.icons
you apply the icons and themes using nwg-look
LINK
or
gsettings set org.gnome.desktop.interface gtk-theme Andromeda-dark
gsettings set org.gnome.desktop.interface icon-theme Flat-Remix-Blue-Dark