[taffybar] Use github pointer for github

This commit is contained in:
Ivan Malison 2018-05-31 15:59:14 -07:00
parent 2cb7966374
commit ca166bd1a2
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 3 additions and 11 deletions

View File

@ -14,7 +14,9 @@ packages:
# extra-dep: true
# - location: ../../../../Projects/gtk-sni-tray
# extra-dep: true
- location: '../../../../Projects/github'
- location:
git: git@github.com:IvanMalison/github.git
commit: af73bd9e193b045a25bccf86061858db21091508
extra-dep: true
extra-deps:
- X11-xft-0.3.1

View File

@ -1,10 +0,0 @@
#!/usr/bin/env zsh
# -*- mode:sh
if command_exists "imalison-taffybar"; then
imalison-xmonad "$@"
else
# Move .lib/bin to the end of PATH so that this script is not called again
add_to_path "$HOME/.lib/bin" --after
xmonad "$@"
fi