diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-09-16 11:09:50 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-09-16 11:09:50 +0200 |
commit | 6fed6c66b0d81a071fe50675161e366b6a76ea4c (patch) | |
tree | 80d24c42051b123f4547b4e7ae60014eeef531a6 | |
parent | 0265e4bcd9aa32dbb1490416769d30fd08c93591 (diff) | |
download | dotfiles-6fed6c66b0d81a071fe50675161e366b6a76ea4c.tar.xz |
Use i3pystatus and pysensors from git
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ i3venv = "$(HOME)"/.local/share/i3/venv $(i3venv): mkdir -p "$(i3venv)" python -m venv "$(i3venv)" - "$(i3venv)"/bin/pip install --upgrade i3pystatus netifaces colour + "$(i3venv)"/bin/pip install --upgrade -e git+https://github.com/enkore/i3pystatus#egg=i3pystatus netifaces colour -e git+https://github.com/bastienleonard/pysensors#egg=pysensors install: i3venv -ln -sfn "$(PWD)/ssh" "$(HOME)/.ssh" |