README
This commit is contained in:
parent
60be03126d
commit
163662a633
46
README.md
46
README.md
@ -34,26 +34,47 @@ as you like.
|
||||
|
||||
## Modules
|
||||
|
||||
### thunderbirdnewmail
|
||||
|
||||
Requires
|
||||
### batterychecker
|
||||
|
||||
* python-dbus
|
||||
* python-gobject2
|
||||
This class uses the /proc/acpi/battery interface to check for the
|
||||
battery status
|
||||
|
||||
Settings
|
||||
* battery_ident — (default: BAT0)
|
||||
|
||||
* format
|
||||
### clock
|
||||
|
||||
This class shows a clock
|
||||
|
||||
* format
|
||||
|
||||
### mail
|
||||
|
||||
|
||||
|
||||
* backends — (required)
|
||||
* color
|
||||
|
||||
### modsde
|
||||
|
||||
Settings
|
||||
This class returns i3status parsable output of the number of
|
||||
unread posts in any bookmark in the mods.de forums.
|
||||
|
||||
* format — Use {unread} as the formatter for number of unread posts (default: {unread} new posts in bookmarks)
|
||||
* offset — subtract number of posts before output
|
||||
* color — (default: #7181fe)
|
||||
* username — (required)
|
||||
* password — (required)
|
||||
|
||||
### regex
|
||||
|
||||
Simple regex file watcher
|
||||
|
||||
* format — format string used for output (default: {0})
|
||||
* regex — (required)
|
||||
* file — file to search for regex matches
|
||||
* flags — Python.re flags
|
||||
|
||||
* username
|
||||
* password
|
||||
* pause (delay between updates)
|
||||
* offset (subtract number of posts before output)
|
||||
* format
|
||||
|
||||
## Contribute
|
||||
|
||||
@ -68,3 +89,4 @@ a python class that can be registered with the `I3statusHandler` class. Also don
|
||||
forget to add yourself to the LICENSE file.
|
||||
|
||||
**Patches and pull requests are very welcome :-)**
|
||||
|
||||
|
@ -138,10 +138,6 @@ def write_mods(f, mods):
|
||||
settings=format_settings(mod.settings)
|
||||
))
|
||||
|
||||
# io.StringIO
|
||||
|
||||
write_mods(sys.stdout, get_all())
|
||||
|
||||
with open("template.md", "r") as template:
|
||||
tpl = template.read()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user