[taffybar] Use github pointer for github
This commit is contained in:
parent
2cb7966374
commit
ca166bd1a2
@ -14,7 +14,9 @@ packages:
|
|||||||
# extra-dep: true
|
# extra-dep: true
|
||||||
# - location: ../../../../Projects/gtk-sni-tray
|
# - location: ../../../../Projects/gtk-sni-tray
|
||||||
# extra-dep: true
|
# extra-dep: true
|
||||||
- location: '../../../../Projects/github'
|
- location:
|
||||||
|
git: git@github.com:IvanMalison/github.git
|
||||||
|
commit: af73bd9e193b045a25bccf86061858db21091508
|
||||||
extra-dep: true
|
extra-dep: true
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- X11-xft-0.3.1
|
- X11-xft-0.3.1
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user