summarylogtreecommitdiffstats
path: root/matcha-gtk-theme.install
diff options
context:
space:
mode:
Diffstat (limited to 'matcha-gtk-theme.install')
-rw-r--r--matcha-gtk-theme.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/matcha-gtk-theme.install b/matcha-gtk-theme.install
new file mode 100644
index 000000000000..cbdb0f82de05
--- /dev/null
+++ b/matcha-gtk-theme.install
@@ -0,0 +1,14 @@
+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 Matcha-dark-sea with chosen theme variant):"
+ echo ""
+ echo "mkdir -p ~/.config/gtk-4.0/"
+ echo "ln -sf /usr/share/themes/Matcha-dark-sea/gtk-4.0/{assets,gtk.css,gtk-dark.css} ~/.config/gtk-4.0/"
+ echo ""
+}
+
+post_upgrade() {
+ post_install
+}