diff --git a/_site/content/posts/configuration/attributes.md b/_site/content/posts/configuration/attributes.md index 93e7c3bb..2850875e 100644 --- a/_site/content/posts/configuration/attributes.md +++ b/_site/content/posts/configuration/attributes.md @@ -72,7 +72,8 @@ change.
Values: A positive integer, `0..n`. `term`
-This value is _optional_. Sets a custom value for the terminal type this app runs in. Leave this entry out of the config if you simply want to use your terminal's +_Optional_.
+Sets a custom value for the terminal type this app runs in. Leave this entry out of the config if you simply want to use your terminal's default setting.
**Note:** If an invalid value is provided for this setting, the app will crash with a `"terminal entry not found"` error.
diff --git a/_site/content/posts/modules/prettyweather.md b/_site/content/posts/modules/prettyweather.md new file mode 100644 index 00000000..4e585496 --- /dev/null +++ b/_site/content/posts/modules/prettyweather.md @@ -0,0 +1,63 @@ +--- +title: "Prettyweather" +date: 2018-06-02T05:32:04-07:00 +draft: false +--- + +**🔬 Experimental** + +Displays weather information as ASCII art from +[Wttr.in](http://wttr.in). + +prettyweather screenshot + +## Source Code + +```bash +wtf/prettyweather/ +``` + +## Required ENV Variables + +None. + +## Keyboard Commands + +None. + +## Configuration + +```yaml + prettyweather: + enabled: true + city: "tehran" + position: + top: 3 + left: 5 + height: 1 + width: 1 + refreshInterval: 300 + unit: "c" +``` + +### Attributes + +`city`
+_Optional_.
+Values: The name of any city supported by [Wttr.in](http://wttr.in). + +`enabled`
+Determines whether or not this module is executed and if its data displayed onscreen.
+Values: `true`, `false`. + +`position`
+Defines where in the grid this module's widget will be displayed.
+ +`refreshInterval`
+How often, in seconds, this module will update its data.
+Values: A positive integer, `0..n`. + +`unit`
+_Optional_.
+The temperature scale in which to display temperature values.
+Values: `F` for Fahrenheit, `C` for Celcius. diff --git a/_site/themes/hyde-hyde/layouts/partials/sidebar.html b/_site/themes/hyde-hyde/layouts/partials/sidebar.html index 7c581c66..8f91fd8e 100644 --- a/_site/themes/hyde-hyde/layouts/partials/sidebar.html +++ b/_site/themes/hyde-hyde/layouts/partials/sidebar.html @@ -33,6 +33,7 @@ + diff --git a/docs/404.html b/docs/404.html index c4f18f4d..4eed2f2b 100644 --- a/docs/404.html +++ b/docs/404.html @@ -74,6 +74,7 @@ + diff --git a/docs/categories/index.html b/docs/categories/index.html index b1bbd4b5..263164e0 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -76,6 +76,7 @@ + diff --git a/docs/index.html b/docs/index.html index 86aa7fad..99ae1e75 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,6 +75,7 @@ + diff --git a/docs/index.xml b/docs/index.xml index 70822fdc..23cc41a0 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -6,11 +6,26 @@ Recent content on WTF - A Terminal Dashboard Hugo -- gohugo.io en-us - Fri, 01 Jun 2018 23:18:48 -0700 + Sat, 02 Jun 2018 05:32:04 -0700 + + Prettyweather + https://wtfutil.com/posts/modules/prettyweather/ + Sat, 02 Jun 2018 05:32:04 -0700 + + https://wtfutil.com/posts/modules/prettyweather/ + 🔬 Experimental +Displays weather information as ASCII art from Wttr.in. +Source Code wtf/prettyweather/ Required ENV Variables None. +Keyboard Commands None. +Configuration prettyweather:enabled:truecity:"tehran"position:top:3left:5height:1width:1refreshInterval:300unit:"c" Attributes city Optional. Values: The name of any city supported by Wttr.in. +enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. +position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. + + Module: IPInfo https://wtfutil.com/posts/modules/ipinfo/ diff --git a/docs/posts/configuration/attributes/index.html b/docs/posts/configuration/attributes/index.html index cd62fe89..76a1a2cb 100644 --- a/docs/posts/configuration/attributes/index.html +++ b/docs/posts/configuration/attributes/index.html @@ -74,6 +74,7 @@ + @@ -174,7 +175,8 @@ change.
Values: A positive integer, 0..n.

term
-This value is optional. Sets a custom value for the terminal type this app runs in. Leave this entry out of the config if you simply want to use your terminal’s +Optional.
+Sets a custom value for the terminal type this app runs in. Leave this entry out of the config if you simply want to use your terminal’s default setting.
Note: If an invalid value is provided for this setting, the app will crash with a "terminal entry not found" error.
diff --git a/docs/posts/configuration/index.html b/docs/posts/configuration/index.html index 63d7284f..ddf6f629 100644 --- a/docs/posts/configuration/index.html +++ b/docs/posts/configuration/index.html @@ -74,6 +74,7 @@

+ diff --git a/docs/posts/configuration/iterm2/index.html b/docs/posts/configuration/iterm2/index.html index 818fe5b5..5c395343 100644 --- a/docs/posts/configuration/iterm2/index.html +++ b/docs/posts/configuration/iterm2/index.html @@ -74,6 +74,7 @@ + diff --git a/docs/posts/glossary/index.html b/docs/posts/glossary/index.html index b3f10ccf..d4533935 100644 --- a/docs/posts/glossary/index.html +++ b/docs/posts/glossary/index.html @@ -74,6 +74,7 @@ + diff --git a/docs/posts/index.html b/docs/posts/index.html index ff7ee96b..7409e432 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -76,6 +76,7 @@ + @@ -96,6 +97,13 @@

Posts