summarylogtreecommitdiffstats
path: root/taffybar.install
blob: 33a507bd429562f232af8115e5f78cbc7544c7a2 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

post_install(){

  echo 'Place a taffybar.hs config file in $HOME/.config/taffybar to use.'
  echo 'There is an example one at /usr/share/doc/taffybar/taffbar.hs.example'
  echo 'there is an example xmonad.hs in the above folder'

}