From 11fda2d67e62d8207433a56a1ae1482198c463ca Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 30 Apr 2023 11:50:53 +0200 Subject: [PATCH] Add wthrr configuration. --- .config/weathercrab/wthrr.ron | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .config/weathercrab/wthrr.ron 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, + ), +)