summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-04-04 18:40:19 -0600
committerMark Wagie2023-04-04 18:40:19 -0600
commit44cac574260160649b1d714a5e1272cfe23fb179 (patch)
tree51b435234bf23b1fa7febb6f1ca2a5b2a5975216
parent61d048fc86498ee6e8776ea022ddf0ced0d348d6 (diff)
downloadaur-44cac574260160649b1d714a5e1272cfe23fb179.tar.gz
update install file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--colloid-gtk-theme.install7
3 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d289a84be43..305d078c8a8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colloid-gtk-theme-git
pkgdesc = Modern and clean Gtk theme for linux
- pkgver = 2022.07.18.r43.g962c2fa3
+ pkgver = 2022.11.11.r54.g51033abc
pkgrel = 1
url = https://www.pling.com/p/1661959
install = colloid-gtk-theme.install
diff --git a/PKGBUILD b/PKGBUILD
index 53330fe5b141..91351cfa4237 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=colloid-gtk-theme-git
-pkgver=2022.07.18.r43.g962c2fa3
+pkgver=2022.11.11.r54.g51033abc
pkgrel=1
pkgdesc="Modern and clean Gtk theme for linux"
arch=('any')
diff --git a/colloid-gtk-theme.install b/colloid-gtk-theme.install
index efd604a70a7c..8bc4d0e82d7d 100644
--- a/colloid-gtk-theme.install
+++ b/colloid-gtk-theme.install
@@ -1,5 +1,12 @@
post_install() {
echo ""
+ echo "To force Libadwaita appliations to use the gtk-4.0 theme,"
+ echo "symlink the gtk-4.0 theme to config folder"
+ echo "(replace Colloid-Dark with chosen theme variant):"
+ echo ""
+ echo "mkdir -p ~/.config/gtk-4.0/"
+ echo "ln -sf /usr/share/themes/Colloid-Dark/gtk-4.0/{assets,gtk.css,gtk-dark.css} ~/.config/gtk-4.0/"
+ echo ""
echo "Install Firefox theme - copy or symlink from /usr/share/doc/colloid-gtk-theme/firefox/:"
echo "https://github.com/vinceliuice/Colloid-gtk-theme/tree/main/src/other/firefox#installation"
echo ""