diff --git a/_site/content/posts/modules/ipinfo.md b/_site/content/posts/modules/ipinfo.md index 4894706a..f1c40c79 100644 --- a/_site/content/posts/modules/ipinfo.md +++ b/_site/content/posts/modules/ipinfo.md @@ -26,6 +26,9 @@ None. ```yaml ipinfo: + colors: + name: red + value: white enabled: true position: top: 1 @@ -37,6 +40,14 @@ ipinfo: ### Attributes +`colors.name`
+The default colour for the row names.
+Values: Any X11 color name. + +`colors.value`
+The default colour for the row values.
+Values: Any X11 color name. + `enabled`
Determines whether or not this module is executed and if its data displayed onscreen.
Values: `true`, `false`. diff --git a/docs/index.xml b/docs/index.xml index ccf66010..cdae0707 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -36,8 +36,10 @@ position Defines where in the grid this module’s widget will be displa Displays your current IP address information, from ipinfo.io. Source Code wtf/ipinfo/ Required ENV Variables None. Keyboard Commands None. -Configuration ipinfo:enabled:trueposition:top:1left:2height:1width:1refreshInterval:15 Attributes 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. +Configuration ipinfo:colors:name:redvalue:whiteenabled:trueposition:top:1left:2height:1width:1refreshInterval:15 Attributes colors.name The default colour for the row names. Values: Any X11 color name. +colors.value The default colour for the row values. Values: Any X11 color name. +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. diff --git a/docs/posts/index.xml b/docs/posts/index.xml index 5626986c..ed7cb0bc 100644 --- a/docs/posts/index.xml +++ b/docs/posts/index.xml @@ -36,8 +36,10 @@ position Defines where in the grid this module’s widget will be displa Displays your current IP address information, from ipinfo.io. Source Code wtf/ipinfo/ Required ENV Variables None. Keyboard Commands None. -Configuration ipinfo:enabled:trueposition:top:1left:2height:1width:1refreshInterval:15 Attributes 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. +Configuration ipinfo:colors:name:redvalue:whiteenabled:trueposition:top:1left:2height:1width:1refreshInterval:15 Attributes colors.name The default colour for the row names. Values: Any X11 color name. +colors.value The default colour for the row values. Values: Any X11 color name. +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. diff --git a/docs/posts/modules/ipinfo/index.html b/docs/posts/modules/ipinfo/index.html index 703d1c35..82387b46 100644 --- a/docs/posts/modules/ipinfo/index.html +++ b/docs/posts/modules/ipinfo/index.html @@ -127,10 +127,10 @@

Configuration

ipinfo:
-  enabled: true
   colors:
-   name: red
-   value: white
+    name: red
+    value: white
+  enabled: true
   position:
     top: 1
     left: 2
@@ -139,6 +139,14 @@
   refreshInterval: 15

Attributes

+

colors.name
+The default colour for the row names.
+Values: Any X11 color name.

+ +

colors.value
+The default colour for the row values.
+Values: Any X11 color name.

+

enabled
Determines whether or not this module is executed and if its data displayed onscreen.
Values: true, false.