Created
October 22, 2019 15:11
-
-
Save thureos/e5e787f7b20b75151239b3068700c02c to your computer and use it in GitHub Desktop.
wtf.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wtf: | |
colors: | |
border: | |
focusable: darkslateblue | |
focused: orange | |
normal: gray | |
grid: | |
columns: [32, 32, 32, 32, 32, 32, 32] | |
rows: [10, 10, 10, 10, 10, 10, 10] | |
refreshInterval: 1 | |
mods: | |
MEX: | |
title: "MEX" | |
args: ["wttr.in/mex?0m"] | |
cmd: "curl" | |
enabled: true | |
position: | |
top: 0 | |
left: 0 | |
height: 1 | |
width: 1 | |
refreshInterval: 30 | |
type: cmdrunner | |
CUU: | |
title: "CUU" | |
args: ["wttr.in/cuu?0m"] | |
cmd: "curl" | |
enabled: true | |
position: | |
top: 0 | |
left: 1 | |
height: 1 | |
width: 1 | |
refreshInterval: 30 | |
type: cmdrunner | |
CLE: | |
title: "CLE" | |
args: ["wttr.in/cle?0"] | |
cmd: "curl" | |
enabled: true | |
position: | |
top: 0 | |
left: 2 | |
height: 1 | |
width: 1 | |
refreshInterval: 30 | |
type: cmdrunner | |
CAK: | |
title: "CAK" | |
args: ["wttr.in/cak?0"] | |
cmd: "curl" | |
enabled: true | |
position: | |
top: 0 | |
left: 3 | |
height: 1 | |
width: 1 | |
refreshInterval: 30 | |
type: cmdrunner | |
cryptolive: | |
enabled: true | |
position: | |
top: 1 | |
left: 0 | |
height: 2 | |
width: 1 | |
updateInterval: 15 | |
currencies: | |
XLM: | |
displayName: Stellar | |
to: | |
- USD | |
- MXN | |
BTC: | |
displayName: Bitcoin | |
to: | |
- USD | |
- EUR | |
- MXN | |
- DOGE | |
LTC: | |
displayName: Ethereum | |
to: | |
- USD | |
- MXN | |
colors: | |
from: | |
name: coral | |
displayName: grey | |
to: | |
name: white | |
price: green | |
top: | |
from: | |
name: grey | |
displayName: coral | |
to: | |
name: red | |
field: white | |
value: green | |
noticias: | |
title: "El Reforma" | |
type: "feedreader" | |
enabled: true | |
feeds: | |
- http://www.reforma.com/rss/portada.xml | |
feedLimit: 10 | |
position: | |
top: 1 | |
left: 1 | |
height: 1 | |
width: 3 | |
refreshInterval: 14400 | |
news: | |
title: "CNN US" | |
type: "feedreader" | |
enabled: true | |
feeds: | |
- http://rss.cnn.com/rss/cnn_topstories.rss | |
feedLimit: 10 | |
position: | |
top: 2 | |
left: 1 | |
height: 1 | |
width: 3 | |
refreshInterval: 14400 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment