From ed0e9bd3c4ab8971d865303a696810948eec03b2 Mon Sep 17 00:00:00 2001 From: EK Date: Wed, 2 Apr 2025 03:54:17 -0400 Subject: [PATCH] replace GTK theme package for Budgie build with an active one (#3327) * replace GTK theme package with an active one * add gtk theme to optdepends --- PKGBUILD | 1 + archinstall/default_profiles/desktops/budgie.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 623bcab4..df730f3f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -41,6 +41,7 @@ makedepends=( ) optdepends=( 'python-systemd: Adds journald logging' + 'materia-gtk-theme: theming for GTK-based desktop environments' ) provides=(python-archinstall archinstall) conflicts=(python-archinstall archinstall-git) diff --git a/archinstall/default_profiles/desktops/budgie.py b/archinstall/default_profiles/desktops/budgie.py index 08283b3c..ae6438a8 100644 --- a/archinstall/default_profiles/desktops/budgie.py +++ b/archinstall/default_profiles/desktops/budgie.py @@ -12,7 +12,7 @@ class BudgieProfile(XorgProfile): @override def packages(self) -> list[str]: return [ - "arc-gtk-theme", + "materia-gtk-theme", "budgie", "mate-terminal", "nemo",