Module guide

This commit is contained in:
enkore 2013-10-20 18:51:16 +02:00
parent 6a3090ba8a
commit f842fd7092
2 changed files with 63 additions and 1 deletions

View File

@ -233,6 +233,37 @@ removed from the string.
## Modules ## Modules
System:
[Clock](#clock)
[Free space](#disk)
[System load](#load)
[Memory usage](#mem)
Audio:
[ALSA](#alsa)
[PulseAudio](#pulseaudio)
Hardware:
[Battery](#battery)
[Screen brightness](#backlight)
[CPU temperature (Intel)](#temp)
Network:
[Wired](#network)
[Wireless](#wireless)
Other:
[Unread mail](#mail)
[Tracking parcels](#parcel)
[pyLoad](#pyload)
[Weather](#weather)
[Music Player Daemon (MPD)](#mpd)
Advanced:
[Rip info from files](#file)
[Regular expressions](#regex)
[Run watcher](#runwatch)
### alsa ### alsa
@ -307,7 +338,7 @@ __Settings:__
* `alert_format_title` — The title of the notification, all formatters can be used (default: `Low battery`) * `alert_format_title` — The title of the notification, all formatters can be used (default: `Low battery`)
* `alert_format_body` — The body text of the notification, all formatters can be used (default: `Battery {battery_ident} has only {percentage:.2f}% ({remaining:%E%hh:%Mm}) remaining!`) * `alert_format_body` — The body text of the notification, all formatters can be used (default: `Battery {battery_ident} has only {percentage:.2f}% ({remaining:%E%hh:%Mm}) remaining!`)
* `path` — Override the default-generated path (default: `None`) * `path` — Override the default-generated path (default: `None`)
* `status` — A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: `{'DIS': 'DIS', 'CHR': 'CHR', 'FULL': 'FULL'}`) * `status` — A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: `{'CHR': 'CHR', 'FULL': 'FULL', 'DIS': 'DIS'}`)

View File

@ -233,6 +233,37 @@ removed from the string.
## Modules ## Modules
System:
[Clock](#clock)
[Free space](#disk)
[System load](#load)
[Memory usage](#mem)
Audio:
[ALSA](#alsa)
[PulseAudio](#pulseaudio)
Hardware:
[Battery](#battery)
[Screen brightness](#backlight)
[CPU temperature (Intel)](#temp)
Network:
[Wired](#network)
[Wireless](#wireless)
Other:
[Unread mail](#mail)
[Tracking parcels](#parcel)
[pyLoad](#pyload)
[Weather](#weather)
[Music Player Daemon (MPD)](#mpd)
Advanced:
[Rip info from files](#file)
[Regular expressions](#regex)
[Run watcher](#runwatch)
!!module_doc!! !!module_doc!!
## Contribute ## Contribute