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

Add documentatin for IPInfo colors

This commit is contained in:
Chris Cummer
2018-06-02 21:06:23 -07:00
parent a546f49e52
commit f1cf8fc933
4 changed files with 30 additions and 7 deletions

View File

@@ -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` <br />
The default colour for the row names. <br />
Values: Any <a href="https://en.wikipedia.org/wiki/X11_color_names">X11 color</a> name.
`colors.value` <br />
The default colour for the row values. <br />
Values: Any <a href="https://en.wikipedia.org/wiki/X11_color_names">X11 color</a> name.
`enabled` <br />
Determines whether or not this module is executed and if its data displayed onscreen. <br />
Values: `true`, `false`.