diff --git a/.config/weathercrab/wthrr.ron b/.config/weathercrab/wthrr.ron new file mode 100644 index 0000000..c507047 --- /dev/null +++ b/.config/weathercrab/wthrr.ron @@ -0,0 +1,21 @@ +( + address: "Hasselt,BE", + language: "en_US", + forecast: [], + units: ( + temperature: celsius, + speed: kmh, + time: military, + precipitation: mm, + ), + gui: ( + border: single, + color: plain, + graph: ( + style: lines(slim), + rowspan: single, + time_indicator: true, + ), + greeting: false, + ), +)