From 43bcdae3bf3f3981ee0187fe1606bc5001985301 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 17 Aug 2017 10:37:00 +0200 Subject: List i3 bar dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- README.rst | 9 +++++++++ i3/bar.py | 7 +++++++ 2 files changed, 16 insertions(+) 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 -- cgit v1.2.3-70-g09d2