Commit Graph

5 Commits

Author SHA1 Message Date
Joonas Henriksson f040255886
gtk4: Remove theme versioning support
The changes for the GTK 4 theme seem to be backwards compatible, and
small enough to not require version specific theming (at least at
4.6). Based on comments from developers, this shouldn't change in the
future either. Drop the versioning support, and only ship single
theme, to simplify both maintenance and building.
2022-02-08 04:44:41 +02:00
Joonas Henriksson e5ab834eda
gtk3: Remove theme versioning support
Since there's only one supported version, there's no need for this.
2021-12-10 16:12:30 +02:00
Joonas Henriksson 533c12a3c5
gtk4: Add GTK 4 theme
Closes: https://github.com/jnsh/arc-theme/issues/61
2021-10-05 03:50:07 +03:00
Joonas Henriksson b0bebda7b5
build: Add option for compiling gnome-shell theme into gresource
Intended to help users who want to add Arc styling to GDM by
replacing the default gnome-shell-theme.gresource. Compiled
gresources are simply installed alongside the shell themes, and
it is up to users to make any use of them.
2021-03-31 05:16:02 +03:00
Joonas Henriksson f5b2e047b9
Add meson build system 2021-01-14 23:11:55 +02:00