Skip to content

GTK Themes and icons for my Hyprland install scripts

Notifications You must be signed in to change notification settings

JaKooLit/GTK-themes-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GTK Themes and icons for my Hyprland install scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages