This commit is contained in:
enkore 2013-10-20 18:52:05 +02:00
parent f842fd7092
commit 260cdfcdcb
2 changed files with 27 additions and 27 deletions

View File

@ -234,34 +234,34 @@ removed from the string.
## Modules ## Modules
System: System:
[Clock](#clock) [Clock](#clock) -
[Free space](#disk) [Free space](#disk) -
[System load](#load) [System load](#load) -
[Memory usage](#mem) [Memory usage](#mem)
Audio: Audio:
[ALSA](#alsa) [ALSA](#alsa) -
[PulseAudio](#pulseaudio) [PulseAudio](#pulseaudio)
Hardware: Hardware:
[Battery](#battery) [Battery](#battery) -
[Screen brightness](#backlight) [Screen brightness](#backlight) -
[CPU temperature (Intel)](#temp) [CPU temperature (Intel)](#temp)
Network: Network:
[Wired](#network) [Wired](#network) -
[Wireless](#wireless) [Wireless](#wireless)
Other: Other:
[Unread mail](#mail) [Unread mail](#mail) -
[Tracking parcels](#parcel) [Tracking parcels](#parcel) -
[pyLoad](#pyload) [pyLoad](#pyload) -
[Weather](#weather) [Weather](#weather) -
[Music Player Daemon (MPD)](#mpd) [Music Player Daemon (MPD)](#mpd)
Advanced: Advanced:
[Rip info from files](#file) [Rip info from files](#file) -
[Regular expressions](#regex) [Regular expressions](#regex) -
[Run watcher](#runwatch) [Run watcher](#runwatch)
@ -338,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: `{'CHR': 'CHR', 'FULL': 'FULL', 'DIS': 'DIS'}`) * `status` — A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: `{'DIS': 'DIS', 'CHR': 'CHR', 'FULL': 'FULL'}`)

View File

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