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

update cryptolive config in docs

This commit is contained in:
Hossein Mehrabi 2018-06-21 16:03:45 +04:30
parent f2ca1c1d5d
commit 495342e3c9

View File

@ -28,33 +28,49 @@ None.
```yaml ```yaml
cryptolive: cryptolive:
colors: enabled: true
position:
top: 5
left: 2
height: 1
width: 2
updateInterval: 15
currencies:
BTC:
displayName: Bitcoin
to:
- USD
- EUR
- ETH
- LTC
- DOGE
LTC:
displayName: Ethereum
to:
- USD
- EUR
- BTC
top:
BTC:
displayName: Bitcoin
limit: 5
to:
- USD
colors:
from: from:
name: coral name: coral
displayName: grey displayName: grey
to: to:
name: white name: white
price: green price: green
currencies: top:
BTC: from:
displayName: Bitcoin name: grey
displayName: coral
to: to:
- USD name: red
- EUR field: white
- ETH value: green
ETH:
displayName: Ethereum
to:
- USD
- EUR
- ETH
enabled: true
position:
top: 5
left: 2
height: 1
width: 2
updateInterval: 15
``` ```
### Attributes ### Attributes