summarylogtreecommitdiffstats
path: root/themer.install
blob: 98903c6819840b38b63c8747a1a0a7827162894d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {
  echo '
  Installation
  ============
  Every configuration file you want themer to update needs to be added to `~/.config/themer/templates/<name>/config.yaml`.
  The rendered config file will appear in `~/.config/themer/current/` and the configration file should be symlinked there, e.g.:

      $ touch ~/.config/themer/templates/i3/Xdefaults.tpl
      $ echo "Xdefaults.tpl: Xdefaults" >> ~/.config/themer/templates/i3/config.yaml
      $ ln -s ~/.config/themer/current/Xdefaults ~/.Xdefaults

  Now you can use themer to generate a theme and apply it:

      $ themer generate newtheme wallpaper.jpg
      Activate now? yN y

  Additional information is available at https://github.com/s-ol/themer
'
}