From ac513b975a49ac577d99d788c6895aeadd74657a Mon Sep 17 00:00:00 2001 From: Himanshu <68803793+ghostx31@users.noreply.github.com> Date: Sat, 24 Sep 2022 21:55:13 +0530 Subject: [PATCH] docs: fix wrong AUR package links. (#38) Co-authored-by: ignassew --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9adce0ab..a07184ec 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,20 @@ This GTK theme is based on the [Colloid](https://github.com/vinceliuice/Colloid- ### Installation 1. Download and extract the **Catppuccin-Flavour.zip** file. or **Catppuccin-Flavour-Color.zip** file. -[From Release](https://github.com/sadrach-cl/catppuccin-gtk/releases/) or you can install the theme from the [AUR](https://aur.archlinux.org/packages/catppuccin-gtk-theme) +[From Release](https://github.com/sadrach-cl/catppuccin-gtk/releases/) or you can install the theme from the [AUR](#for-arch-linux-users) 2. Move the theme folder to **".themes"** in your home directory. **(~/.themes)** (Skip this step if you are using the AUR package) 3. Select **"Catppuccin-Flavour** or **Catppuccin-Flavour-Color"** via your desktop specific tweaks application (**gnome-tweaks** on Gnome3+). ### For Arch Linux users -- We have 4 AUR packages for all the 4 flavours of the theme. With your favourite AUR helper, install them: - ```bash +We have 4 AUR packages for all the 4 flavours of the theme: +- [Latte](https://aur.archlinux.org/packages/catppuccin-gtk-theme-latte) +- [Frappe](https://aur.archlinux.org/packages/catppuccin-gtk-theme-frappe) +- [Macchiato](https://aur.archlinux.org/packages/catppuccin-gtk-theme-macchiato) +- [Mocha](https://aur.archlinux.org/packages/catppuccin-gtk-theme-mocha) + +With your favourite AUR helper, install them: + ```bash yay -S catppuccin-gtk-theme-mocha catppuccin-gtk-theme-macchiato catppuccin-gtk-theme-frappe catppuccin-gtk-theme-latte ```