enkore
60b5def7d9
Splitted IO handling even a bit more :-)
2013-02-17 01:25:41 +01:00
enkore
ab5afd0227
Moved IO handling out of main class
...
(for reusability; I use that piece of code now elsewhere
and want to keep that easily in sync)
2013-02-17 01:19:04 +01:00
enkore
973abc928e
Support for external file descriptors.
...
Allows to run i3status directly from your __main__, like this:
status.register(...) # and so on
process = subprocess.Popen("i3status", stdout=subprocess.PIPE)
status.fd = process.stdout
# start the handler
status.run()
2013-02-17 00:55:25 +01:00
enkore
2c7b0fcef9
Added yet another module type, fixed notmuch module
...
(Yeah, I'm really lazy today)
2013-02-15 21:06:52 +01:00
enkore
8ec1972a3e
Replaced conditionals with polymorphism
2013-02-15 18:38:50 +01:00
enkore
561e60efee
Consistent quotes
2013-02-15 18:38:18 +01:00
enkore
922ae49aba
Create package i3pystatus
2013-02-12 01:07:26 +01:00