summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-15 16:25:10 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-15 16:25:10 -0500
commit709cefca42ef2a976a9aff8afb44a95ffc545b79 (patch)
tree4a0c9baada24031c4187bce895ad742f7f5eb85f /x11-themes
parentc012d247f03a893c117c88f73bcf6cb6494dcd22 (diff)
downloadbaldeagleos-repo-709cefca42ef2a976a9aff8afb44a95ffc545b79.tar.gz
baldeagleos-repo-709cefca42ef2a976a9aff8afb44a95ffc545b79.tar.xz
baldeagleos-repo-709cefca42ef2a976a9aff8afb44a95ffc545b79.zip
Adding metadata
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/adw-gtk3/adw-gtk3-6.5.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-themes/adw-gtk3/adw-gtk3-6.5.ebuild b/x11-themes/adw-gtk3/adw-gtk3-6.5.ebuild
index 56e21f2841d5..bff850b3a978 100644
--- a/x11-themes/adw-gtk3/adw-gtk3-6.5.ebuild
+++ b/x11-themes/adw-gtk3/adw-gtk3-6.5.ebuild
@@ -20,3 +20,8 @@ src_install() {
insinto /usr/share/themes
doins -r adw-gtk3{,-dark}
}
+
+pkg_postinst() {
+ einfo "To apply this theme run:"
+ einfo "gsettings set org.gnome.desktop.interface gtk-theme ${PN}"
+}