Skip to content

Commit

Permalink
feat(arch): install GTK theme to Flatpak
Browse files Browse the repository at this point in the history
Signed-off-by: chris1320 <chris1320is@protonmail.com>
  • Loading branch information
Chris1320 committed Nov 20, 2024
1 parent 7a422d4 commit f912292
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Operating Systems/Arch Linux/Contents/Manual Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,14 @@ the rest of the system for it to function properly.
### GTK Theme

Currently, this setup uses the [Everforest GTK theme](https://github.com/Fausto-Korpsvart/Everforest-GTK-Theme).
Currently, this setup uses the [Everforest GTK theme](https://github.com/Fausto-Korpsvart/Everforest-GTK-Theme). [refi64/stylepak](https://github.com/refi64/stylepak) helps us automatically install our GTK+ theme as a Flatpak.

```bash
paru -S everforest-gtk-theme-git gtk-engine-murrine
paru -S everforest-gtk-theme-git gtk-engine-murrine stylepak-git

# Install system and user themes to Flatpak
stylepak install-system
stylepak install-user
```

### Hyprcursors
Expand Down

0 comments on commit f912292

Please sign in to comment.