diff options
-rw-r--r-- | README.rst | 9 | ||||
-rw-r--r-- | i3/bar.py | 7 |
2 files changed, 16 insertions, 0 deletions
@@ -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 ======= @@ -1,5 +1,12 @@ # -*- coding: utf-8 -*- +### +# Dependencies: +# +# i3pystatus +# netifaces +# colour + import socket from i3pystatus import Status |