Add wthrr config
This commit is contained in:
parent
e8d47a7dec
commit
ebf8ce56dc
3 changed files with 28 additions and 0 deletions
|
@ -89,3 +89,4 @@ You need to install:
|
||||||
- pyright (but installed by script on debian)
|
- pyright (but installed by script on debian)
|
||||||
- starship (but installed by script on debian)
|
- starship (but installed by script on debian)
|
||||||
- virtualfish (but installed by script on debian)
|
- virtualfish (but installed by script on debian)
|
||||||
|
- wthrr (but installed by script on debian)
|
||||||
|
|
|
@ -161,6 +161,12 @@ function update-homes -d "Update homes configuration"
|
||||||
echo
|
echo
|
||||||
cargo install espflash espup cargo-espflash
|
cargo install espflash espup cargo-espflash
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo
|
||||||
|
echo (set_color 719cd6)"*** Install wthrr ***"(set_color normal)
|
||||||
|
echo
|
||||||
|
cargo install wthrr
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo (set_color 719cd6)"*** Install poezio-omemo and epr ***"(set_color normal)
|
echo (set_color 719cd6)"*** Install poezio-omemo and epr ***"(set_color normal)
|
||||||
|
|
21
desktop/.config/weathercrab/wthrr.ron
Normal file
21
desktop/.config/weathercrab/wthrr.ron
Normal file
|
@ -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,
|
||||||
|
),
|
||||||
|
)
|
Loading…
Reference in a new issue