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

Update the Twitter documentation

This commit is contained in:
Chris Cummer
2018-08-01 14:32:04 -07:00
parent 049061bbf4
commit dfc34380ef
8 changed files with 258 additions and 14 deletions

View File

@@ -179,6 +179,7 @@ first and if you have problems, then take a look at this <a href="https://github
</span><span class="w"> </span>width<span class="p">:</span><span class="w"> </span><span class="m">1</span><span class="w">
</span><span class="w"> </span>refreshInterval<span class="p">:</span><span class="w"> </span><span class="m">300</span><span class="w">
</span><span class="w"> </span>secretFile<span class="p">:</span><span class="w"> </span><span class="s2">&#34;~/.config/wtf/gcal/client_secret.json&#34;</span><span class="w">
</span><span class="w"> </span>showDeclined<span class="p">:</span><span class="w"> </span><span class="kc">true</span><span class="w">
</span><span class="w"> </span>withLocation<span class="p">:</span><span class="w"> </span><span class="kc">true</span></code></pre></div>
<h3 id="attributes">Attributes</h3>
@@ -248,7 +249,11 @@ Your <a href="https://developers.google.com/calendar/quickstart/go">Google clien
Values: A string representing a file path to the JSON secret file.</p>
<p><code>showDeclined</code> <br />
Whether or not to display events you&rsquo;ve declined to attend. <br />
<em>Optional</em>. Whether or not to display events you&rsquo;ve declined to attend. <br />
Values: <code>true</code>, or <code>false</code></p>
<p><code>withLocation</code> <br />
Whether or not to show the location of the appointment. <br />
Values: <code>true</code>, or <code>false</code></p>
</div>