This repository contains the build files to package the adw-gtk3 theme for openSUSE using the Open Build Service (OBS).
The goal is to provide a simple and direct integration for openSUSE users who want a modern and consistent look for their GTK3 applications.
adw-gtk3 is a GTK3 theme that replicates the look and feel of Libadwaita (the UI library for GTK4 and GNOME). Its purpose is to make older GTK3 applications look consistent and modern alongside native GNOME 42+ and GTK4 applications.
You can install the theme directly from my OBS repository.
-
Add the repository:
sudo zypper ar -cfp 90 https://download.opensuse.org/repositories/home:ericfrs/openSUSE_Tumbleweed/home:ericfrs.repo
-
Refresh repositories and install the theme:
sudo zypper refresh sudo zypper install adw-gtk3-theme
Once installed, you can apply the theme using a tool like gnome-tweaks.
- Open the "Tweaks" application.
- Go to the "Appearance" tab.
- In the "Themes" section, change "Legacy Applications" to adw-gtk3.
This repository does not contain the theme's source code. It simply stores the files that OBS uses to automatically download the original source code from the upstream repository and build the RPM package.