Revert "[taffybar] Use stack run instead of your own thing"

This reverts commit d626da4796.
This commit is contained in:
Ivan Malison 2018-05-31 17:26:41 -07:00
parent 0a2f736476
commit b6148a9132
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2,4 +2,12 @@
# -*- mode:sh
cd "$HOME/.config/taffybar"
stack run
stack install
if command_exists "imalison-taffybar"; then
imalison-taffybar "$@"
else
# Move .lib/bin to the end of PATH so that this script is not called again
add_to_path "$HOME/.lib/bin" --after
taffybar "$@"
fi