Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/refi64/stylepak
Automatically install your host GTK+ theme as a Flatpak
https://github.com/refi64/stylepak
Last synced: 18 days ago
JSON representation
Automatically install your host GTK+ theme as a Flatpak
- Host: GitHub
- URL: https://github.com/refi64/stylepak
- Owner: refi64
- License: mpl-2.0
- Created: 2019-02-16T03:28:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T19:46:50.000Z (10 months ago)
- Last Synced: 2024-11-17T04:04:20.411Z (25 days ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 445
- Watchers: 8
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - refi64/stylepak
README
# stylepak
Automatically install your host GTK+ theme as a Flatpak.
## Requirements
In addition to bash and coreutils (which should be available out of the box on most distros),
the following binaries are needed:- `ostree`
- `appstream-util`The packages that provide these vary by distro:
- Fedora Silverblue: These packages should be available out of the box.
- Fedora: `dnf install ostree libappstream-glib`
- Debian/Ubuntu and variants: `apt install ostree appstream-util`
- Arch/Manjaro: `pacman -S ostree appstream-glib`
- OpenSUSE: `zypper install libostree appstream-glib`## Usage
Run `./stylepak install-system` and `./stylepak install-user` to grab your current GTK+ theme and
install it as a Flatpak into either the system or user installation, respectively. You can also
pass a theme name, e.g. `./stylepak install-user Adapta`, and stylepak will install that theme
instead of your current one.Use `./stylepak clear-cache` to clear the theme storage cache.