1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add screenshot to Power module documenation

This commit is contained in:
Chris Cummer 2018-05-27 21:28:59 -07:00
parent 41ed43b8d7
commit bf3aa3ab84
4 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@ Displays information about the current power source.
For battery, also displays the current charge, estimated time remaining,
and whether it is charging or discharging.
<img src="/imgs/modules/power.png" width="320" height="129" alt="power screenshot" />
## Source Code
```bash
wtf/power/

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
docs/imgs/modules/power.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -114,6 +114,8 @@
<p>For battery, also displays the current charge, estimated time remaining,
and whether it is charging or discharging.</p>
<p><img src="/imgs/modules/power.png" width="320" height="129" alt="power screenshot" /></p>
<h2 id="source-code">Source Code</h2>
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">wtf/power/</code></pre></div>
<h2 id="required-env-variables">Required ENV Variables</h2>