aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.rst13
2 files changed, 12 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bd3f81a..b55ceee 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ all: install
$(i3venv):
mkdir -p "$(i3venv)"
python -m venv "$(i3venv)"
- "$(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
+ "$(i3venv)"/bin/pip install --upgrade -e git+https://github.com/enkore/i3pystatus#egg=i3pystatus netifaces colour -e git+https://github.com/bastienleonard/pysensors#egg=sensors basiciw https://download.gnome.org/sources/pygobject/3.26/pygobject-3.26.0.tar.xz
install: $(i3venv)
-ln -sfn "$(PWD)/ssh" "$(HOME)/.ssh"
diff --git a/README.rst b/README.rst
index 2148392..7eef0a2 100644
--- a/README.rst
+++ b/README.rst
@@ -13,15 +13,23 @@ GTK+
* adapta-gtk-theme
* elementary-icon-theme
+
i3 bar
------
-The i3 bar requires the following pip dependencies to be installed:
+Required for battery notifications from bar:
+
+- gobject-introspection
+- python-cairo
+
+
+The i3 bar also requires the following pip dependencies to be installed:
- i3pystatus
- netifaces
- colour
+
License
=======
@@ -29,12 +37,13 @@ Everything in this repo is licensed under the ISC license unless otherwise
specified in either the file itself, or alternatively in a LICENSE or README
file located in the same directory as, or a parent directory of, the file.
+
ISC License
-----------
::
- Copyright (c) 2014, Johannes Löthberg <johannes@kyriasis.com>
+ Copyright (c) 2014-2017, Johannes Löthberg <johannes@kyriasis.com>
Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the