Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryhkml/legacy-app-theme
Override the application to access the user's theme directory ~/.themes
https://github.com/ryhkml/legacy-app-theme
fedora flatpak gnome theme
Last synced: about 2 months ago
JSON representation
Override the application to access the user's theme directory ~/.themes
- Host: GitHub
- URL: https://github.com/ryhkml/legacy-app-theme
- Owner: ryhkml
- Created: 2024-08-13T13:50:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T03:29:39.000Z (5 months ago)
- Last Synced: 2024-10-13T19:25:31.970Z (3 months ago)
- Topics: fedora, flatpak, gnome, theme
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fedora GNOME Appearance Legacy Applications
Some applications installed from flatpak might not be able to apply legacy application themes. This shell script i made might help apply the custom themes you set. I've tested this script on a few applications, including Firefox and LibreWolf, and it worked. The theme applied is using gtk-3.0.> [!WARNING]
>
> Not all flatpak applications support overriding their theme directories or some flatpak applications might have dedicated options for customizing their appearance### Get Application ID
To see the installed app IDs, run the command:
```sh
flatpak list --app
```### Usage
This command gives a flatpak application access to your user's themes, allowing it to potentially use themes you've installed on your system. This can be useful if the application supports themes and you want to use a particular theme from your system. To apply the theme to your application, run the command:
```sh
./apply-theme
```
> [!NOTE]
>
> Make sure the theme you want to use is in the directory `~/.themes`