Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.34 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.34 KB

GTK-themes-icons

GTK Themes and icons for my Hyprland install scripts & dots

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

to auto extract / install:

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

🤟 CREDIT and Source:

  • Andromeda Dark GTK Theme LINK
  • WhiteSur Light GTK Theme LINK
  • Flat remix Icon Temes LINK