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 --- i3/bar.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'i3') 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-54-g00ecf