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

post_install(){

  echo 'Place a taffybar.hs config file in $HOME/.config/taffybar to use.'
  echo 'there is an example xmonad.hs in the above folder'

}