dotfiles/weathercrab/wthrr.ron

22 lines
420 B
Plaintext

(
address: "Amsterdam,NL",
language: "en_US",
forecast: [],
units: (
temperature: celsius,
speed: kmh,
time: military,
precipitation: probability,
),
gui: (
border: rounded,
color: default,
graph: (
style: lines(solid),
rowspan: double,
time_indicator: true,
),
greeting: false,
),
)