summarylogtreecommitdiffstats
path: root/orchis-theme.install
blob: 93dd8205891fb7ce5b5cc0c3447c5363810ff11f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 Orchis-Dark with chosen theme variant):"
  echo ""
  echo "mkdir -p ~/.config/gtk-4.0/"
  echo "ln -sf /usr/share/themes/Orchis-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/orchis-theme/firefox/:"
  echo "https://github.com/vinceliuice/Orchis-theme/tree/master/src/firefox#installation"
  echo ""
}

post_upgrade() {
   post_install
}