This organization was marked as archived by an administrator on Aug 14, 2024. It is no longer maintained.
Shell theming support is available for testing! #748
daudix
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Originally from #679 (comment)
The Flatpak support for "GNOME Shell theming" feature is now live! This means that you can test this new feature by simply installing a snapshot release from Github Actions tab, or by building it yourself using GNOME Builder or
flatpak-builder
.Before installing a snapshot, add
gnome-nightly
remote to your Flatpak remotes:And install
master
version of GNOME runtime:To install a snapshot from Actions tab, go to newest workflow action in Build workflows named
GNOME Shell theming support
, scroll down toArtifacts
and download an snapshot (compressed in a zip file).Unpack it and install a
.flatpak
file using GNOME Software or this command:Known issues:
Custom Shell Theme Colors window doesn't work yet
Restore Previous Theme button isn't implemented yet, and only shows this message if debug is enabled:
![Screenshot from 2023-04-01 23-14-44](https://user-images.githubusercontent.com/73042332/229314214-97f6306c-438c-4a95-9f2e-2fa8d3f79c80.png)
Date text color in Today's calendar widget is using the same variable as foreground color for accent-colored elements
![Screenshot from 2023-04-01 22-51-28](https://user-images.githubusercontent.com/73042332/229314115-d1f6d0ce-7d93-4d5b-b04f-e37827a0cb42.png)
Icon in Quick Settings widget isn't using foreground color for accent-colored elements
![Screenshot from 2023-04-01 22-55-02](https://user-images.githubusercontent.com/73042332/229314116-02a0f682-fbf5-4b3a-a770-7212f3e2c48f.png)
Beta Was this translation helpful? Give feedback.
All reactions