diff --git a/dotfiles/config/taffybar/stack.yaml b/dotfiles/config/taffybar/stack.yaml index e8461d13..ee3aa68c 100644 --- a/dotfiles/config/taffybar/stack.yaml +++ b/dotfiles/config/taffybar/stack.yaml @@ -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 diff --git a/dotfiles/lib/bin/xmonad b/dotfiles/lib/bin/xmonad deleted file mode 100755 index 47e6a2c5..00000000 --- a/dotfiles/lib/bin/xmonad +++ /dev/null @@ -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