mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Add example with a space to Clocks documentation
This commit is contained in:
parent
111c2e1ae3
commit
a7fe8207d0
@ -36,9 +36,10 @@ clocks:
|
|||||||
Avignon: "Europe/Paris"
|
Avignon: "Europe/Paris"
|
||||||
Barcelona: "Europe/Madrid"
|
Barcelona: "Europe/Madrid"
|
||||||
Dubai: "Asia/Dubai"
|
Dubai: "Asia/Dubai"
|
||||||
|
New York: "America/New York"
|
||||||
|
Toronto: "America/Toronto"
|
||||||
UTC: "Etc/UTC"
|
UTC: "Etc/UTC"
|
||||||
Vancouver: "America/Vancouver"
|
Vancouver: "America/Vancouver"
|
||||||
Toronto: "America/Toronto"
|
|
||||||
position:
|
position:
|
||||||
top: 4
|
top: 4
|
||||||
left: 0
|
left: 0
|
||||||
|
@ -475,7 +475,7 @@ position Defines where in the grid this module’s widget will be displa
|
|||||||
<description>Displays a configurable list of world clocks, the local time, and date.
|
<description>Displays a configurable list of world clocks, the local time, and date.
|
||||||
Source Code wtf/clocks/ Required ENV Variables None.
|
Source Code wtf/clocks/ Required ENV Variables None.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
Configuration clocks:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;enabled:truelocations:# From https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesAvignon:&#34;Europe/Paris&#34;Barcelona:&#34;Europe/Madrid&#34;Dubai:&#34;Asia/Dubai&#34;UTC:&#34;Etc/UTC&#34;Vancouver:&#34;America/Vancouver&#34;Toronto:&#34;America/Toronto&#34;position:top:4left:0height:1width:1refreshInterval:15# Valid options are: alphabetical, chronologicalsort:&#34;alphabetical&#34; Attributes colors.rows.even The foreground color for even-numbered rows. Values: Any X11 color name.
|
Configuration clocks:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;enabled:truelocations:# From https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesAvignon:&#34;Europe/Paris&#34;Barcelona:&#34;Europe/Madrid&#34;Dubai:&#34;Asia/Dubai&#34;NewYork:&#34;America/New York&#34;Toronto:&#34;America/Toronto&#34;UTC:&#34;Etc/UTC&#34;Vancouver:&#34;America/Vancouver&#34;position:top:4left:0height:1width:1refreshInterval:15# Valid options are: alphabetical, chronologicalsort:&#34;alphabetical&#34; Attributes colors.rows.even The foreground color for even-numbered rows. Values: Any X11 color name.
|
||||||
colors.rows.odd The foreground color for the odd-numbered rows. Values: Any X11 color name.
|
colors.rows.odd The foreground color for the odd-numbered rows. Values: Any X11 color name.
|
||||||
enabled Determines whether or not this module is executed and if its data displayed onscreen.</description>
|
enabled Determines whether or not this module is executed and if its data displayed onscreen.</description>
|
||||||
</item>
|
</item>
|
||||||
|
@ -475,7 +475,7 @@ position Defines where in the grid this module&rsquo;s widget will be displa
|
|||||||
<description>Displays a configurable list of world clocks, the local time, and date.
|
<description>Displays a configurable list of world clocks, the local time, and date.
|
||||||
Source Code wtf/clocks/ Required ENV Variables None.
|
Source Code wtf/clocks/ Required ENV Variables None.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
Configuration clocks:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;enabled:truelocations:# From https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesAvignon:&#34;Europe/Paris&#34;Barcelona:&#34;Europe/Madrid&#34;Dubai:&#34;Asia/Dubai&#34;UTC:&#34;Etc/UTC&#34;Vancouver:&#34;America/Vancouver&#34;Toronto:&#34;America/Toronto&#34;position:top:4left:0height:1width:1refreshInterval:15# Valid options are: alphabetical, chronologicalsort:&#34;alphabetical&#34; Attributes colors.rows.even The foreground color for even-numbered rows. Values: Any X11 color name.
|
Configuration clocks:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;enabled:truelocations:# From https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesAvignon:&#34;Europe/Paris&#34;Barcelona:&#34;Europe/Madrid&#34;Dubai:&#34;Asia/Dubai&#34;NewYork:&#34;America/New York&#34;Toronto:&#34;America/Toronto&#34;UTC:&#34;Etc/UTC&#34;Vancouver:&#34;America/Vancouver&#34;position:top:4left:0height:1width:1refreshInterval:15# Valid options are: alphabetical, chronologicalsort:&#34;alphabetical&#34; Attributes colors.rows.even The foreground color for even-numbered rows. Values: Any X11 color name.
|
||||||
colors.rows.odd The foreground color for the odd-numbered rows. Values: Any X11 color name.
|
colors.rows.odd The foreground color for the odd-numbered rows. Values: Any X11 color name.
|
||||||
enabled Determines whether or not this module is executed and if its data displayed onscreen.</description>
|
enabled Determines whether or not this module is executed and if its data displayed onscreen.</description>
|
||||||
</item>
|
</item>
|
||||||
|
@ -162,9 +162,10 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|||||||
</span><span class="w"> </span>Avignon<span class="p">:</span><span class="w"> </span><span class="s2">"Europe/Paris"</span><span class="w">
|
</span><span class="w"> </span>Avignon<span class="p">:</span><span class="w"> </span><span class="s2">"Europe/Paris"</span><span class="w">
|
||||||
</span><span class="w"> </span>Barcelona<span class="p">:</span><span class="w"> </span><span class="s2">"Europe/Madrid"</span><span class="w">
|
</span><span class="w"> </span>Barcelona<span class="p">:</span><span class="w"> </span><span class="s2">"Europe/Madrid"</span><span class="w">
|
||||||
</span><span class="w"> </span>Dubai<span class="p">:</span><span class="w"> </span><span class="s2">"Asia/Dubai"</span><span class="w">
|
</span><span class="w"> </span>Dubai<span class="p">:</span><span class="w"> </span><span class="s2">"Asia/Dubai"</span><span class="w">
|
||||||
|
</span><span class="w"> </span>New<span class="w"> </span>York<span class="p">:</span><span class="w"> </span><span class="s2">"America/New York"</span><span class="w">
|
||||||
|
</span><span class="w"> </span>Toronto<span class="p">:</span><span class="w"> </span><span class="s2">"America/Toronto"</span><span class="w">
|
||||||
</span><span class="w"> </span>UTC<span class="p">:</span><span class="w"> </span><span class="s2">"Etc/UTC"</span><span class="w">
|
</span><span class="w"> </span>UTC<span class="p">:</span><span class="w"> </span><span class="s2">"Etc/UTC"</span><span class="w">
|
||||||
</span><span class="w"> </span>Vancouver<span class="p">:</span><span class="w"> </span><span class="s2">"America/Vancouver"</span><span class="w">
|
</span><span class="w"> </span>Vancouver<span class="p">:</span><span class="w"> </span><span class="s2">"America/Vancouver"</span><span class="w">
|
||||||
</span><span class="w"> </span>Toronto<span class="p">:</span><span class="w"> </span><span class="s2">"America/Toronto"</span><span class="w">
|
|
||||||
</span><span class="w"> </span>position<span class="p">:</span><span class="w">
|
</span><span class="w"> </span>position<span class="p">:</span><span class="w">
|
||||||
</span><span class="w"> </span>top<span class="p">:</span><span class="w"> </span><span class="m">4</span><span class="w">
|
</span><span class="w"> </span>top<span class="p">:</span><span class="w"> </span><span class="m">4</span><span class="w">
|
||||||
</span><span class="w"> </span>left<span class="p">:</span><span class="w"> </span><span class="m">0</span><span class="w">
|
</span><span class="w"> </span>left<span class="p">:</span><span class="w"> </span><span class="m">0</span><span class="w">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user