Exchange Rates
Displays exchange rates between various currencies.
Configuration
exchangerates:
enabled: true
focusable: false
position:
top: 4
left: 4
width: 1
height: 2
precision: 3
rates:
CAD:
- "USD"
- "EUR"
USD:
- "CAD"
EUR:
- "CAD"
title: "💰 Rates"
Attributes
Name | Value |
---|---|
precision
Optional The number of decimal places to display. Default: 7 .
|
|
rates
A key/value list of currencies to convert between. |
Source Code
https://github.com/wtfutil/wtf/tree/master/modules/exchangerates