aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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