summarylogtreecommitdiffstats
path: root/solarized-sddm-theme.install
blob: 9a94bbe801d22183ab0f16b5bd2e42301c9695b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  echo "To use this theme, add the following lines to /etc/sddm.conf:"
  echo
  echo "[Theme]"
  echo "Current=solarized-sddm-theme"
  echo
  echo "To change the font used in this theme, add the following"
  echo "lines to /usr/share/sddm/themes/solarized-sddm-theme/theme.conf:"
  echo
  echo "[General]"
  echo "displayFont='YourFont'"
}

post_upgrade() {
  post_install
}