README
This commit is contained in:
parent
60be03126d
commit
163662a633
44
README.md
44
README.md
@ -34,26 +34,47 @@ as you like.
|
|||||||
|
|
||||||
## Modules
|
## Modules
|
||||||
|
|
||||||
### thunderbirdnewmail
|
|
||||||
|
|
||||||
Requires
|
### batterychecker
|
||||||
|
|
||||||
* python-dbus
|
This class uses the /proc/acpi/battery interface to check for the
|
||||||
* python-gobject2
|
battery status
|
||||||
|
|
||||||
Settings
|
* battery_ident — (default: BAT0)
|
||||||
|
|
||||||
|
### clock
|
||||||
|
|
||||||
|
This class shows a clock
|
||||||
|
|
||||||
* format
|
* format
|
||||||
|
|
||||||
|
### mail
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
* backends — (required)
|
||||||
|
* color
|
||||||
|
|
||||||
### modsde
|
### 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
|
## 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.
|
forget to add yourself to the LICENSE file.
|
||||||
|
|
||||||
**Patches and pull requests are very welcome :-)**
|
**Patches and pull requests are very welcome :-)**
|
||||||
|
|
||||||
|
@ -138,10 +138,6 @@ def write_mods(f, mods):
|
|||||||
settings=format_settings(mod.settings)
|
settings=format_settings(mod.settings)
|
||||||
))
|
))
|
||||||
|
|
||||||
# io.StringIO
|
|
||||||
|
|
||||||
write_mods(sys.stdout, get_all())
|
|
||||||
|
|
||||||
with open("template.md", "r") as template:
|
with open("template.md", "r") as template:
|
||||||
tpl = template.read()
|
tpl = template.read()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user