Merge pull request #2 from kcoderhtml/kcoderhtml-patch-2

Added link to It's Foss flatpack tutorial
This commit is contained in:
Kieran Klukas
2022-10-25 19:19:02 -04:00
committed by GitHub

View File

@@ -40,10 +40,11 @@ This GTK theme is based on the [Colloid](https://github.com/vinceliuice/Colloid-
```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:
2. 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##
```
3. For a more in depth tutorial see Hamza Algohary's tutorial on [It's Foss](https://itsfoss.com/flatpak-app-apply-theme/)
### For Arch Linux users