From ebf8ce56dc1ab2e4dae1e785f041a6821fb38fb0 Mon Sep 17 00:00:00 2001 From: "kujiu (@uberwald)" Date: Wed, 18 Oct 2023 03:56:07 +0200 Subject: [PATCH] Add wthrr config --- README.rst | 1 + .../.config/fish/functions/update-homes.fish | 6 ++++++ desktop/.config/weathercrab/wthrr.ron | 21 +++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 desktop/.config/weathercrab/wthrr.ron diff --git a/README.rst b/README.rst index dd6c77d..b31f86f 100644 --- a/README.rst +++ b/README.rst @@ -89,3 +89,4 @@ You need to install: - pyright (but installed by script on debian) - starship (but installed by script on debian) - virtualfish (but installed by script on debian) +- wthrr (but installed by script on debian) diff --git a/common/.config/fish/functions/update-homes.fish b/common/.config/fish/functions/update-homes.fish index e3a6aee..fe545d4 100755 --- a/common/.config/fish/functions/update-homes.fish +++ b/common/.config/fish/functions/update-homes.fish @@ -161,6 +161,12 @@ function update-homes -d "Update homes configuration" echo cargo install espflash espup cargo-espflash + echo + echo + echo (set_color 719cd6)"*** Install wthrr ***"(set_color normal) + echo + cargo install wthrr + echo echo echo (set_color 719cd6)"*** Install poezio-omemo and epr ***"(set_color normal) diff --git a/desktop/.config/weathercrab/wthrr.ron b/desktop/.config/weathercrab/wthrr.ron new file mode 100644 index 0000000..f950532 --- /dev/null +++ b/desktop/.config/weathercrab/wthrr.ron @@ -0,0 +1,21 @@ +( + address: "Braine-l\'Alleud", + language: "fr_FR", + forecast: [week,day,tomorrow], + units: ( + temperature: celsius, + speed: kmh, + time: military, + precipitation: mm, + ), + gui: ( + border: single, + color: default, + graph: ( + style: lines(solid), + rowspan: single, + time_indicator: true, + ), + greeting: true, + ), +)