aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-08-17 10:37:00 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-08-17 10:42:32 +0200
commit43bcdae3bf3f3981ee0187fe1606bc5001985301 (patch)
tree1d42a8e7faf67cf05e4e1ba0381803dcb94d8a9a
parent6a7b616b519c825984217ec1c2f2fe66f92a93fa (diff)
downloaddotfiles-43bcdae3bf3f3981ee0187fe1606bc5001985301.tar.xz
List i3 bar dependencies
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--README.rst9
-rw-r--r--i3/bar.py7
2 files changed, 16 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index dc2063b..a2ac844 100644
--- a/README.rst
+++ b/README.rst
@@ -12,6 +12,15 @@ GTK+
The GTK+ config files use the Adapta GTK+ theme, and elementary icon theme.
+i3 bar
+------
+
+The i3 bar requires the following pip dependencies to be installed:
+
+- i3pystatus
+- netifaces
+- colour
+
License
=======
diff --git a/i3/bar.py b/i3/bar.py
index d74b8e6..d9cdb10 100644
--- a/i3/bar.py
+++ b/i3/bar.py
@@ -1,5 +1,12 @@
# -*- coding: utf-8 -*-
+###
+# Dependencies:
+#
+# i3pystatus
+# netifaces
+# colour
+
import socket
from i3pystatus import Status