mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
1.2 KiB
1.2 KiB
title, date, draft, weight
title | date | draft | weight |
---|---|---|---|
IPInfo | 2018-06-01T23:18:48-07:00 | false | 20 |

Displays your current IP address information, from ipinfo.io.
Note: IPInfo.io has a free-plan rate limit of 1000 requests per day.
Source Code
wtf/ipinfo/
Configuration
ipinfo:
colors:
name: red
value: white
enabled: true
position:
top: 1
left: 2
height: 1
width: 1
refreshInterval: 150
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.
refreshInterval
How often, in seconds, this module will update its data.
Values: A positive integer, 0..n
.