Merge pull request #1 from kcoderhtml/kcoderhtml-patch-1
Added Flatpack commands and instructions
This commit is contained in:
11
README.md
11
README.md
@@ -34,6 +34,17 @@ This GTK theme is based on the [Colloid](https://github.com/vinceliuice/Colloid-
|
|||||||
2. Move the theme folder to **".themes"** in your home directory. **(~/.themes)** (Skip this step if you are using the AUR package)
|
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+).
|
3. Select **"Catppuccin-Flavour** or **Catppuccin-Flavour-Color"** via your desktop specific tweaks application (**gnome-tweaks** on Gnome3+).
|
||||||
|
|
||||||
|
### For Flatpak users
|
||||||
|
|
||||||
|
1. To give your Flatpaks access to your themes folder run:
|
||||||
|
```bash
|
||||||
|
sudo flatpak override --filesystem=$HOME/.themes
|
||||||
|
```
|
||||||
|
3. To set the theme for all Flatpaks, replace `##theme##` with the name of the theme you want to use and run this command:
|
||||||
|
```bash
|
||||||
|
sudo flatpak override --env=GTK_THEME=##theme##
|
||||||
|
```
|
||||||
|
|
||||||
### For Arch Linux users
|
### For Arch Linux users
|
||||||
|
|
||||||
We have 4 AUR packages for all the 4 flavours of the theme:
|
We have 4 AUR packages for all the 4 flavours of the theme:
|
||||||
|
Reference in New Issue
Block a user