i3blocks (CPU load)

This commit is contained in:
q3aql 2021-11-14 22:44:33 +01:00
parent 1a83280557
commit 23e7521390
4 changed files with 312 additions and 229 deletions

View File

@ -20,7 +20,7 @@ color=#C9E3DB
[CPU]
full_text= CPU: 0.00% @ +00.0°C
command=~/.config/i3blocks/cpu/cpu_info.sh
interval=repeat
interval=2
color=#00B4EB
[MEM]

View File

@ -1,5 +1,5 @@
#!/bin/sh
TEMP=$(sensors | grep 'Package id 0:\|Tdie' | grep ':[ ]*+[0-9]*.[0-9]*°C' -o | grep '+[0-9]*.[0-9]*°C' -o)
CPU_USAGE=$(mpstat 1 1 | awk '/Average:/ {printf("%s\n", $(NF-9))}')
#CPU_USAGE=$(mpstat | tr -s " " | cut -d " " -f 13 | tail -1)
echo "$CPU_USAGE $TEMP" | awk '{ printf(" CPU:%6s% @ %s \n"), $1, $2 }'
#CPU_USAGE=$(mpstat 1 1 | awk '/Average:/ {printf("%s\n", $(NF-9))}')
CPU_USAGE=$(~/.config/i3blocks/cpu/cpu_load.sh -p)
echo "$CPU_USAGE $TEMP" | awk '{ printf(" CPU:%6s @ %s \n"), $1, $2 }'

View File

@ -0,0 +1,83 @@
#!/bin/bash
# Script to show cpu
# Created by q3aql (q3aql@protonmail.ch)
# Licensed by GPL v.2
# Date: 10-01-2020
# --------------------------------------
VERSION="1.0"
# Variables
cpuPercentage=$(top -b -n1 | grep \%Cpu | awk '{print 100-$8}')
showCpuPercentage=$(echo ${cpuPercentage})
showCpuPercentageInteger=$(echo ${showCpuPercentage} | cut -d "." -f 1)
# Show percentage bar
if [ ${showCpuPercentageInteger} -ge 0 ] ; then
showCpuPercentageBar="="
fi
if [ ${showCpuPercentageInteger} -ge 3 ] ; then
showCpuPercentageBar="=="
fi
if [ ${showCpuPercentageInteger} -ge 12 ] ; then
showCpuPercentageBar="==="
fi
if [ ${showCpuPercentageInteger} -ge 18 ] ; then
showCpuPercentageBar="===="
fi
if [ ${showCpuPercentageInteger} -ge 25 ] ; then
showCpuPercentageBar="====="
fi
if [ ${showCpuPercentageInteger} -ge 35 ] ; then
showCpuPercentageBar="======"
fi
if [ ${showCpuPercentageInteger} -ge 40 ] ; then
showCpuPercentageBar="======="
fi
if [ ${showCpuPercentageInteger} -ge 45 ] ; then
showCpuPercentageBar="========"
fi
if [ ${showCpuPercentageInteger} -ge 50 ] ; then
showCpuPercentageBar="=========="
fi
if [ ${showCpuPercentageInteger} -ge 62 ] ; then
showCpuPercentageBar="============="
fi
if [ ${showCpuPercentageInteger} -ge 75 ] ; then
showCpuPercentageBar="==============="
fi
if [ ${showCpuPercentageInteger} -ge 85 ] ; then
showCpuPercentageBar="================="
fi
if [ ${showCpuPercentageInteger} -ge 90 ] ; then
showCpuPercentageBar="=================="
fi
if [ ${showCpuPercentageInteger} -ge 95 ] ; then
showCpuPercentageBar="==================="
fi
if [ ${showCpuPercentageInteger} -ge 100 ] ; then
showCpuPercentageBar="===================="
fi
# Show results
if [ "$1" == "-p" ]; then
echo ${showCpuPercentage}%
elif [ "$1" == "-b" ]; then
echo ${showCpuPercentageBar}
else
echo ""
echo " cpuinfo v$VERSION"
echo " ------------"
echo ""
echo " CpuPercentage Use:"
echo " ${showCpuPercentageBar} ${showCpuPercentage}%"
echo ""
echo " Available commands:"
echo ""
echo " cpuinfo.sh -p | Show CpuPercentage"
echo " cpuinfo.sh -b | Show CpuPercentage Bar"
echo ""
echo " Note: Conky require 'maximum_width = 240'"
echo ""
fi

View File

@ -28,391 +28,391 @@ link to the specified URL.-->
<link id="longTermForecast" url="http://www.yr.no/place/Spain/Valencia/Xàtiva/long" />
</links>
<meta>
<lastupdate>2021-11-13T22:03:49</lastupdate>
<nextupdate>2021-11-14T04:03:49</nextupdate>
<lastupdate>2021-11-14T22:18:12</lastupdate>
<nextupdate>2021-11-15T04:18:12</nextupdate>
</meta>
<sun rise="2021-11-13T07:42:46" set="2021-11-13T17:49:25" />
<sun rise="2021-11-14T07:43:53" set="2021-11-14T17:48:37" />
<forecast>
<tabular>
<time from="2021-11-13T22:00:00" to="2021-11-14T00:00:00" period="3">
<!-- Valid from 2021-11-13T22:00:00 to 2021-11-14T00:00:00 -->
<symbol number="3" numberEx="3" name="Partly cloudy" var="03n" />
<precipitation value="0" />
<!-- Valid at 2021-11-13T22:00:00 -->
<windDirection deg="181.2" code="S" name="South" />
<windSpeed mps="1.7" name="Light breeze" />
<temperature unit="celsius" value="11" />
<pressure unit="hPa" value="1019.0" />
</time>
<time from="2021-11-14T00:00:00" to="2021-11-14T06:00:00" period="0">
<!-- Valid from 2021-11-14T00:00:00 to 2021-11-14T06:00:00 -->
<symbol number="3" numberEx="3" name="Partly cloudy" var="03n" />
<precipitation value="0" />
<!-- Valid at 2021-11-14T00:00:00 -->
<windDirection deg="197.1" code="SSW" name="South-southwest" />
<windSpeed mps="1.3" name="Light air" />
<temperature unit="celsius" value="10" />
<pressure unit="hPa" value="1019.0" />
</time>
<time from="2021-11-14T06:00:00" to="2021-11-14T12:00:00" period="1">
<!-- Valid from 2021-11-14T06:00:00 to 2021-11-14T12:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01d" />
<precipitation value="0" />
<!-- Valid at 2021-11-14T06:00:00 -->
<windDirection deg="204.2" code="SSW" name="South-southwest" />
<windSpeed mps="1.8" name="Light breeze" />
<temperature unit="celsius" value="8" />
<pressure unit="hPa" value="1017.1" />
</time>
<time from="2021-11-14T12:00:00" to="2021-11-14T18:00:00" period="2">
<!-- Valid from 2021-11-14T12:00:00 to 2021-11-14T18:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01d" />
<precipitation value="0" />
<!-- Valid at 2021-11-14T12:00:00 -->
<windDirection deg="322.7" code="NW" name="Northwest" />
<windSpeed mps="1.4" name="Light air" />
<temperature unit="celsius" value="17" />
<pressure unit="hPa" value="1016.5" />
</time>
<time from="2021-11-14T18:00:00" to="2021-11-15T00:00:00" period="3">
<!-- Valid from 2021-11-14T18:00:00 to 2021-11-15T00:00:00 -->
<time from="2021-11-14T22:00:00" to="2021-11-15T00:00:00" period="3">
<!-- Valid from 2021-11-14T22:00:00 to 2021-11-15T00:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01n" />
<precipitation value="0" />
<!-- Valid at 2021-11-14T18:00:00 -->
<windDirection deg="63.2" code="ENE" name="East-northeast" />
<windSpeed mps="2.2" name="Light breeze" />
<temperature unit="celsius" value="13" />
<pressure unit="hPa" value="1014.6" />
<!-- Valid at 2021-11-14T22:00:00 -->
<windDirection deg="263.8" code="W" name="West" />
<windSpeed mps="1.2" name="Light air" />
<temperature unit="celsius" value="12" />
<pressure unit="hPa" value="1016.5" />
</time>
<time from="2021-11-15T00:00:00" to="2021-11-15T06:00:00" period="0">
<!-- Valid from 2021-11-15T00:00:00 to 2021-11-15T06:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01n" />
<precipitation value="0" />
<!-- Valid at 2021-11-15T00:00:00 -->
<windDirection deg="204.7" code="SSW" name="South-southwest" />
<windSpeed mps="1.3" name="Light air" />
<temperature unit="celsius" value="10" />
<pressure unit="hPa" value="1016.3" />
<windDirection deg="239.6" code="WSW" name="West-southwest" />
<windSpeed mps="1.5" name="Light air" />
<temperature unit="celsius" value="9" />
<pressure unit="hPa" value="1016.6" />
</time>
<time from="2021-11-15T06:00:00" to="2021-11-15T12:00:00" period="1">
<!-- Valid from 2021-11-15T06:00:00 to 2021-11-15T12:00:00 -->
<symbol number="2" numberEx="2" name="Fair" var="02d" />
<precipitation value="0" />
<!-- Valid at 2021-11-15T06:00:00 -->
<windDirection deg="308.7" code="NW" name="Northwest" />
<windSpeed mps="3.8" name="Gentle breeze" />
<temperature unit="celsius" value="10" />
<pressure unit="hPa" value="1015.0" />
<windDirection deg="293.0" code="WNW" name="West-northwest" />
<windSpeed mps="2.3" name="Light breeze" />
<temperature unit="celsius" value="9" />
<pressure unit="hPa" value="1015.3" />
</time>
<time from="2021-11-15T12:00:00" to="2021-11-15T18:00:00" period="2">
<!-- Valid from 2021-11-15T12:00:00 to 2021-11-15T18:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01d" />
<precipitation value="0" />
<!-- Valid at 2021-11-15T12:00:00 -->
<windDirection deg="348.9" code="N" name="North" />
<windSpeed mps="2.2" name="Light breeze" />
<windDirection deg="312.7" code="NW" name="Northwest" />
<windSpeed mps="1.5" name="Light air" />
<temperature unit="celsius" value="15" />
<pressure unit="hPa" value="1016.0" />
<pressure unit="hPa" value="1016.5" />
</time>
<time from="2021-11-15T18:00:00" to="2021-11-16T00:00:00" period="3">
<!-- Valid from 2021-11-15T18:00:00 to 2021-11-16T00:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01n" />
<precipitation value="0" />
<!-- Valid at 2021-11-15T18:00:00 -->
<windDirection deg="89.0" code="E" name="East" />
<windSpeed mps="1.4" name="Light air" />
<temperature unit="celsius" value="15" />
<pressure unit="hPa" value="1016.2" />
<windDirection deg="101.0" code="E" name="East" />
<windSpeed mps="2.0" name="Light breeze" />
<temperature unit="celsius" value="14" />
<pressure unit="hPa" value="1016.1" />
</time>
<time from="2021-11-16T00:00:00" to="2021-11-16T06:00:00" period="0">
<!-- Valid from 2021-11-16T00:00:00 to 2021-11-16T06:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01n" />
<precipitation value="0" />
<!-- Valid at 2021-11-16T00:00:00 -->
<windDirection deg="210.8" code="SSW" name="South-southwest" />
<windDirection deg="211.7" code="SSW" name="South-southwest" />
<windSpeed mps="1.8" name="Light breeze" />
<temperature unit="celsius" value="8" />
<pressure unit="hPa" value="1017.9" />
<pressure unit="hPa" value="1018.0" />
</time>
<time from="2021-11-16T06:00:00" to="2021-11-16T12:00:00" period="1">
<!-- Valid from 2021-11-16T06:00:00 to 2021-11-16T12:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01d" />
<precipitation value="0" />
<!-- Valid at 2021-11-16T06:00:00 -->
<windDirection deg="197.5" code="SSW" name="South-southwest" />
<windSpeed mps="1.5" name="Light air" />
<temperature unit="celsius" value="6" />
<pressure unit="hPa" value="1017.5" />
<windDirection deg="204.2" code="SSW" name="South-southwest" />
<windSpeed mps="1.1" name="Light air" />
<temperature unit="celsius" value="5" />
<pressure unit="hPa" value="1017.3" />
</time>
<time from="2021-11-16T13:00:00" to="2021-11-16T19:00:00" period="2">
<!-- Valid from 2021-11-16T13:00:00 to 2021-11-16T19:00:00 -->
<symbol number="3" numberEx="3" name="Partly cloudy" var="03d" />
<time from="2021-11-16T12:00:00" to="2021-11-16T18:00:00" period="2">
<!-- Valid from 2021-11-16T12:00:00 to 2021-11-16T18:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01d" />
<precipitation value="0" />
<!-- Valid at 2021-11-16T13:00:00 -->
<windDirection deg="347.8" code="NNW" name="North-northwest" />
<windSpeed mps="1.4" name="Light air" />
<temperature unit="celsius" value="16" />
<pressure unit="hPa" value="1018.0" />
<!-- Valid at 2021-11-16T12:00:00 -->
<windDirection deg="11.7" code="NNE" name="North-northeast" />
<windSpeed mps="0.6" name="Light air" />
<temperature unit="celsius" value="14" />
<pressure unit="hPa" value="1018.9" />
</time>
<time from="2021-11-16T19:00:00" to="2021-11-17T01:00:00" period="3">
<!-- Valid from 2021-11-16T19:00:00 to 2021-11-17T01:00:00 -->
<symbol number="4" numberEx="4" name="Cloudy" var="04" />
<precipitation value="0" />
<!-- Valid at 2021-11-16T19:00:00 -->
<windDirection deg="336.6" code="NNW" name="North-northwest" />
<windSpeed mps="1.4" name="Light air" />
<temperature unit="celsius" value="13" />
<pressure unit="hPa" value="1018.0" />
</time>
<time from="2021-11-17T01:00:00" to="2021-11-17T07:00:00" period="0">
<!-- Valid from 2021-11-17T01:00:00 to 2021-11-17T07:00:00 -->
<time from="2021-11-16T18:00:00" to="2021-11-17T00:00:00" period="3">
<!-- Valid from 2021-11-16T18:00:00 to 2021-11-17T00:00:00 -->
<symbol number="3" numberEx="3" name="Partly cloudy" var="03n" />
<precipitation value="0" />
<!-- Valid at 2021-11-17T01:00:00 -->
<windDirection deg="227.3" code="SW" name="Southwest" />
<windSpeed mps="0.2" name="Calm" />
<temperature unit="celsius" value="13" />
<pressure unit="hPa" value="1018.6" />
</time>
<time from="2021-11-17T07:00:00" to="2021-11-17T13:00:00" period="1">
<!-- Valid from 2021-11-17T07:00:00 to 2021-11-17T13:00:00 -->
<symbol number="2" numberEx="2" name="Fair" var="02d" />
<precipitation value="0" />
<!-- Valid at 2021-11-17T07:00:00 -->
<windDirection deg="207.0" code="SSW" name="South-southwest" />
<windSpeed mps="1.4" name="Light air" />
<!-- Valid at 2021-11-16T18:00:00 -->
<windDirection deg="52.5" code="NE" name="Northeast" />
<windSpeed mps="2.1" name="Light breeze" />
<temperature unit="celsius" value="11" />
<pressure unit="hPa" value="1018.8" />
<pressure unit="hPa" value="1018.4" />
</time>
<time from="2021-11-17T00:00:00" to="2021-11-17T06:00:00" period="0">
<!-- Valid from 2021-11-17T00:00:00 to 2021-11-17T06:00:00 -->
<symbol number="4" numberEx="4" name="Cloudy" var="04" />
<precipitation value="0" />
<!-- Valid at 2021-11-17T00:00:00 -->
<windDirection deg="213.1" code="SSW" name="South-southwest" />
<windSpeed mps="1.3" name="Light air" />
<temperature unit="celsius" value="11" />
<pressure unit="hPa" value="1019.3" />
</time>
<time from="2021-11-17T06:00:00" to="2021-11-17T12:00:00" period="1">
<!-- Valid from 2021-11-17T06:00:00 to 2021-11-17T12:00:00 -->
<symbol number="3" numberEx="3" name="Partly cloudy" var="03d" />
<precipitation value="0" />
<!-- Valid at 2021-11-17T06:00:00 -->
<windDirection deg="216.4" code="SW" name="Southwest" />
<windSpeed mps="1.5" name="Light air" />
<temperature unit="celsius" value="11" />
<pressure unit="hPa" value="1019.0" />
</time>
<time from="2021-11-17T13:00:00" to="2021-11-17T19:00:00" period="2">
<!-- Valid from 2021-11-17T13:00:00 to 2021-11-17T19:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01d" />
<symbol number="2" numberEx="2" name="Fair" var="02d" />
<precipitation value="0" />
<!-- Valid at 2021-11-17T13:00:00 -->
<windDirection deg="350.8" code="N" name="North" />
<windSpeed mps="0.4" name="Light air" />
<temperature unit="celsius" value="18" />
<pressure unit="hPa" value="1019.8" />
<windDirection deg="7.3" code="N" name="North" />
<windSpeed mps="0.6" name="Light air" />
<temperature unit="celsius" value="17" />
<pressure unit="hPa" value="1020.4" />
</time>
<time from="2021-11-17T19:00:00" to="2021-11-18T01:00:00" period="3">
<!-- Valid from 2021-11-17T19:00:00 to 2021-11-18T01:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01n" />
<precipitation value="0" />
<symbol number="3" numberEx="3" name="Partly cloudy" var="03n" />
<precipitation value="0.1" />
<!-- Valid at 2021-11-17T19:00:00 -->
<windDirection deg="137.6" code="SE" name="Southeast" />
<windSpeed mps="2.1" name="Light breeze" />
<windDirection deg="123.1" code="ESE" name="East-southeast" />
<windSpeed mps="2.5" name="Light breeze" />
<temperature unit="celsius" value="12" />
<pressure unit="hPa" value="1020.7" />
<pressure unit="hPa" value="1020.9" />
</time>
<time from="2021-11-18T01:00:00" to="2021-11-18T07:00:00" period="0">
<!-- Valid from 2021-11-18T01:00:00 to 2021-11-18T07:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01n" />
<precipitation value="0" />
<symbol number="9" numberEx="46" name="Light rain" var="46" />
<precipitation value="0.8" />
<!-- Valid at 2021-11-18T01:00:00 -->
<windDirection deg="215.1" code="SW" name="Southwest" />
<windSpeed mps="1.6" name="Light breeze" />
<temperature unit="celsius" value="8" />
<pressure unit="hPa" value="1024.0" />
<windDirection deg="189.9" code="S" name="South" />
<windSpeed mps="1.0" name="Light air" />
<temperature unit="celsius" value="10" />
<pressure unit="hPa" value="1023.9" />
</time>
<time from="2021-11-18T07:00:00" to="2021-11-18T13:00:00" period="1">
<!-- Valid from 2021-11-18T07:00:00 to 2021-11-18T13:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01d" />
<precipitation value="0" />
<symbol number="9" numberEx="9" name="Rain" var="09" />
<precipitation value="2.1" />
<!-- Valid at 2021-11-18T07:00:00 -->
<windDirection deg="206.9" code="SSW" name="South-southwest" />
<windSpeed mps="2.1" name="Light breeze" />
<temperature unit="celsius" value="7" />
<pressure unit="hPa" value="1024.9" />
<windDirection deg="147.0" code="SSE" name="South-southeast" />
<windSpeed mps="0.3" name="Light air" />
<temperature unit="celsius" value="11" />
<pressure unit="hPa" value="1025.1" />
</time>
<time from="2021-11-18T13:00:00" to="2021-11-18T19:00:00" period="2">
<!-- Valid from 2021-11-18T13:00:00 to 2021-11-18T19:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01d" />
<precipitation value="0" />
<symbol number="9" numberEx="46" name="Light rain" var="46" />
<precipitation value="0.9" />
<!-- Valid at 2021-11-18T13:00:00 -->
<windDirection deg="307.5" code="NW" name="Northwest" />
<windSpeed mps="0.4" name="Light air" />
<temperature unit="celsius" value="17" />
<pressure unit="hPa" value="1024.9" />
<windDirection deg="344.2" code="NNW" name="North-northwest" />
<windSpeed mps="1.4" name="Light air" />
<temperature unit="celsius" value="13" />
<pressure unit="hPa" value="1026.7" />
</time>
<time from="2021-11-18T19:00:00" to="2021-11-19T01:00:00" period="3">
<!-- Valid from 2021-11-18T19:00:00 to 2021-11-19T01:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01n" />
<precipitation value="0" />
<symbol number="4" numberEx="4" name="Cloudy" var="04" />
<precipitation value="0.1" />
<!-- Valid at 2021-11-18T19:00:00 -->
<windDirection deg="97.3" code="E" name="East" />
<windSpeed mps="1.0" name="Light air" />
<temperature unit="celsius" value="13" />
<pressure unit="hPa" value="1024.8" />
<windDirection deg="93.1" code="E" name="East" />
<windSpeed mps="1.4" name="Light air" />
<temperature unit="celsius" value="11" />
<pressure unit="hPa" value="1027.5" />
</time>
<time from="2021-11-19T01:00:00" to="2021-11-19T07:00:00" period="0">
<!-- Valid from 2021-11-19T01:00:00 to 2021-11-19T07:00:00 -->
<symbol number="2" numberEx="2" name="Fair" var="02n" />
<precipitation value="0" />
<symbol number="9" numberEx="9" name="Rain" var="09" />
<precipitation value="1.8" />
<!-- Valid at 2021-11-19T01:00:00 -->
<windDirection deg="202.0" code="SSW" name="South-southwest" />
<windSpeed mps="1.9" name="Light breeze" />
<temperature unit="celsius" value="8" />
<pressure unit="hPa" value="1026.4" />
<windDirection deg="62.6" code="ENE" name="East-northeast" />
<windSpeed mps="1.0" name="Light air" />
<temperature unit="celsius" value="11" />
<pressure unit="hPa" value="1028.8" />
</time>
<time from="2021-11-19T07:00:00" to="2021-11-19T13:00:00" period="1">
<!-- Valid from 2021-11-19T07:00:00 to 2021-11-19T13:00:00 -->
<symbol number="2" numberEx="2" name="Fair" var="02d" />
<precipitation value="0" />
<symbol number="9" numberEx="46" name="Light rain" var="46" />
<precipitation value="0.6" />
<!-- Valid at 2021-11-19T07:00:00 -->
<windDirection deg="199.0" code="SSW" name="South-southwest" />
<windSpeed mps="1.5" name="Light air" />
<temperature unit="celsius" value="6" />
<pressure unit="hPa" value="1026.8" />
<windDirection deg="290.4" code="WNW" name="West-northwest" />
<windSpeed mps="0.6" name="Light air" />
<temperature unit="celsius" value="11" />
<pressure unit="hPa" value="1028.7" />
</time>
<time from="2021-11-19T13:00:00" to="2021-11-19T19:00:00" period="2">
<!-- Valid from 2021-11-19T13:00:00 to 2021-11-19T19:00:00 -->
<symbol number="2" numberEx="2" name="Fair" var="02d" />
<precipitation value="0" />
<symbol number="4" numberEx="4" name="Cloudy" var="04" />
<precipitation value="0.4" />
<!-- Valid at 2021-11-19T13:00:00 -->
<windDirection deg="3.4" code="N" name="North" />
<windSpeed mps="1.1" name="Light air" />
<temperature unit="celsius" value="16" />
<pressure unit="hPa" value="1027.8" />
<windDirection deg="28.7" code="NNE" name="North-northeast" />
<windSpeed mps="2.0" name="Light breeze" />
<temperature unit="celsius" value="14" />
<pressure unit="hPa" value="1029.5" />
</time>
<time from="2021-11-19T19:00:00" to="2021-11-20T01:00:00" period="3">
<!-- Valid from 2021-11-19T19:00:00 to 2021-11-20T01:00:00 -->
<symbol number="5" numberEx="40" name="Light rain showers" var="40n" />
<precipitation value="0.8" />
<symbol number="4" numberEx="4" name="Cloudy" var="04" />
<precipitation value="0" />
<!-- Valid at 2021-11-19T19:00:00 -->
<windDirection deg="16.1" code="NNE" name="North-northeast" />
<windSpeed mps="1.7" name="Light breeze" />
<windDirection deg="29.1" code="NNE" name="North-northeast" />
<windSpeed mps="1.3" name="Light air" />
<temperature unit="celsius" value="12" />
<pressure unit="hPa" value="1027.4" />
<pressure unit="hPa" value="1028.8" />
</time>
<time from="2021-11-20T01:00:00" to="2021-11-20T07:00:00" period="0">
<!-- Valid from 2021-11-20T01:00:00 to 2021-11-20T07:00:00 -->
<symbol number="4" numberEx="4" name="Cloudy" var="04" />
<precipitation value="0.1" />
<precipitation value="0" />
<!-- Valid at 2021-11-20T01:00:00 -->
<windDirection deg="334.7" code="NNW" name="North-northwest" />
<windSpeed mps="0.6" name="Light air" />
<windDirection deg="35.1" code="NE" name="Northeast" />
<windSpeed mps="0.9" name="Light air" />
<temperature unit="celsius" value="13" />
<pressure unit="hPa" value="1027.8" />
<pressure unit="hPa" value="1028.6" />
</time>
<time from="2021-11-20T07:00:00" to="2021-11-20T13:00:00" period="1">
<!-- Valid from 2021-11-20T07:00:00 to 2021-11-20T13:00:00 -->
<symbol number="4" numberEx="4" name="Cloudy" var="04" />
<precipitation value="0" />
<precipitation value="0.1" />
<!-- Valid at 2021-11-20T07:00:00 -->
<windDirection deg="335.9" code="NNW" name="North-northwest" />
<windSpeed mps="1.1" name="Light air" />
<windDirection deg="271.6" code="W" name="West" />
<windSpeed mps="0.3" name="Light air" />
<temperature unit="celsius" value="12" />
<pressure unit="hPa" value="1026.4" />
<pressure unit="hPa" value="1026.9" />
</time>
<time from="2021-11-20T13:00:00" to="2021-11-20T19:00:00" period="2">
<!-- Valid from 2021-11-20T13:00:00 to 2021-11-20T19:00:00 -->
<symbol number="3" numberEx="3" name="Partly cloudy" var="03d" />
<symbol number="4" numberEx="4" name="Cloudy" var="04" />
<precipitation value="0" />
<!-- Valid at 2021-11-20T13:00:00 -->
<windDirection deg="318.3" code="NW" name="Northwest" />
<windSpeed mps="0.7" name="Light air" />
<temperature unit="celsius" value="16" />
<pressure unit="hPa" value="1024.9" />
<windDirection deg="311.4" code="NW" name="Northwest" />
<windSpeed mps="0.6" name="Light air" />
<temperature unit="celsius" value="14" />
<pressure unit="hPa" value="1025.8" />
</time>
<time from="2021-11-20T19:00:00" to="2021-11-21T01:00:00" period="3">
<!-- Valid from 2021-11-20T19:00:00 to 2021-11-21T01:00:00 -->
<symbol number="3" numberEx="3" name="Partly cloudy" var="03n" />
<symbol number="4" numberEx="4" name="Cloudy" var="04" />
<precipitation value="0" />
<!-- Valid at 2021-11-20T19:00:00 -->
<windDirection deg="149.3" code="SSE" name="South-southeast" />
<windSpeed mps="1.7" name="Light breeze" />
<temperature unit="celsius" value="11" />
<pressure unit="hPa" value="1022.5" />
<windDirection deg="191.5" code="SSW" name="South-southwest" />
<windSpeed mps="1.5" name="Light air" />
<temperature unit="celsius" value="12" />
<pressure unit="hPa" value="1022.6" />
</time>
<time from="2021-11-21T01:00:00" to="2021-11-21T07:00:00" period="0">
<!-- Valid from 2021-11-21T01:00:00 to 2021-11-21T07:00:00 -->
<symbol number="4" numberEx="4" name="Cloudy" var="04" />
<precipitation value="0" />
<!-- Valid at 2021-11-21T01:00:00 -->
<windDirection deg="201.0" code="SSW" name="South-southwest" />
<windSpeed mps="2.1" name="Light breeze" />
<windDirection deg="189.5" code="S" name="South" />
<windSpeed mps="2.2" name="Light breeze" />
<temperature unit="celsius" value="9" />
<pressure unit="hPa" value="1021.6" />
<pressure unit="hPa" value="1020.4" />
</time>
<time from="2021-11-21T07:00:00" to="2021-11-21T13:00:00" period="1">
<!-- Valid from 2021-11-21T07:00:00 to 2021-11-21T13:00:00 -->
<symbol number="3" numberEx="3" name="Partly cloudy" var="03d" />
<precipitation value="0" />
<!-- Valid at 2021-11-21T07:00:00 -->
<windDirection deg="204.0" code="SSW" name="South-southwest" />
<windSpeed mps="1.6" name="Light breeze" />
<temperature unit="celsius" value="8" />
<pressure unit="hPa" value="1020.0" />
<windDirection deg="207.3" code="SSW" name="South-southwest" />
<windSpeed mps="2.1" name="Light breeze" />
<temperature unit="celsius" value="9" />
<pressure unit="hPa" value="1017.1" />
</time>
<time from="2021-11-21T13:00:00" to="2021-11-21T19:00:00" period="2">
<!-- Valid from 2021-11-21T13:00:00 to 2021-11-21T19:00:00 -->
<symbol number="3" numberEx="3" name="Partly cloudy" var="03d" />
<symbol number="2" numberEx="2" name="Fair" var="02d" />
<precipitation value="0" />
<!-- Valid at 2021-11-21T13:00:00 -->
<windDirection deg="346.9" code="NNW" name="North-northwest" />
<windSpeed mps="0.9" name="Light air" />
<temperature unit="celsius" value="16" />
<pressure unit="hPa" value="1018.5" />
<windDirection deg="324.8" code="NW" name="Northwest" />
<windSpeed mps="2.6" name="Light breeze" />
<temperature unit="celsius" value="18" />
<pressure unit="hPa" value="1014.2" />
</time>
<time from="2021-11-21T19:00:00" to="2021-11-22T01:00:00" period="3">
<!-- Valid from 2021-11-21T19:00:00 to 2021-11-22T01:00:00 -->
<symbol number="4" numberEx="4" name="Cloudy" var="04" />
<symbol number="2" numberEx="2" name="Fair" var="02n" />
<precipitation value="0" />
<!-- Valid at 2021-11-21T19:00:00 -->
<windDirection deg="158.4" code="SSE" name="South-southeast" />
<windSpeed mps="1.4" name="Light air" />
<windDirection deg="170.0" code="S" name="South" />
<windSpeed mps="2.1" name="Light breeze" />
<temperature unit="celsius" value="12" />
<pressure unit="hPa" value="1016.7" />
<pressure unit="hPa" value="1011.3" />
</time>
<time from="2021-11-22T01:00:00" to="2021-11-22T07:00:00" period="0">
<!-- Valid from 2021-11-22T01:00:00 to 2021-11-22T07:00:00 -->
<symbol number="4" numberEx="4" name="Cloudy" var="04" />
<precipitation value="0.2" />
<symbol number="3" numberEx="3" name="Partly cloudy" var="03n" />
<precipitation value="0" />
<!-- Valid at 2021-11-22T01:00:00 -->
<windDirection deg="299.8" code="WNW" name="West-northwest" />
<windSpeed mps="1.4" name="Light air" />
<temperature unit="celsius" value="11" />
<pressure unit="hPa" value="1017.7" />
<windDirection deg="223.0" code="SW" name="Southwest" />
<windSpeed mps="1.8" name="Light breeze" />
<temperature unit="celsius" value="8" />
<pressure unit="hPa" value="1012.6" />
</time>
<time from="2021-11-22T07:00:00" to="2021-11-22T13:00:00" period="1">
<!-- Valid from 2021-11-22T07:00:00 to 2021-11-22T13:00:00 -->
<symbol number="3" numberEx="3" name="Partly cloudy" var="03d" />
<precipitation value="0" />
<symbol number="9" numberEx="46" name="Light rain" var="46" />
<precipitation value="0.7" />
<!-- Valid at 2021-11-22T07:00:00 -->
<windDirection deg="193.9" code="SSW" name="South-southwest" />
<windSpeed mps="0.8" name="Light air" />
<temperature unit="celsius" value="9" />
<pressure unit="hPa" value="1019.3" />
<windDirection deg="194.1" code="SSW" name="South-southwest" />
<windSpeed mps="1.4" name="Light air" />
<temperature unit="celsius" value="8" />
<pressure unit="hPa" value="1011.4" />
</time>
<time from="2021-11-22T13:00:00" to="2021-11-22T19:00:00" period="2">
<!-- Valid from 2021-11-22T13:00:00 to 2021-11-22T19:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01d" />
<precipitation value="0" />
<symbol number="10" numberEx="10" name="Heavy rain" var="10" />
<precipitation value="5.4" />
<!-- Valid at 2021-11-22T13:00:00 -->
<windDirection deg="4.6" code="N" name="North" />
<windSpeed mps="1.0" name="Light air" />
<temperature unit="celsius" value="15" />
<pressure unit="hPa" value="1020.0" />
<windDirection deg="15.7" code="NNE" name="North-northeast" />
<windSpeed mps="1.4" name="Light air" />
<temperature unit="celsius" value="13" />
<pressure unit="hPa" value="1011.0" />
</time>
<time from="2021-11-22T19:00:00" to="2021-11-23T01:00:00" period="3">
<!-- Valid from 2021-11-22T19:00:00 to 2021-11-23T01:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01n" />
<precipitation value="0" />
<symbol number="10" numberEx="10" name="Heavy rain" var="10" />
<precipitation value="13.4" />
<!-- Valid at 2021-11-22T19:00:00 -->
<windDirection deg="132.1" code="SE" name="Southeast" />
<windSpeed mps="2.0" name="Light breeze" />
<temperature unit="celsius" value="8" />
<pressure unit="hPa" value="1020.1" />
<windDirection deg="73.3" code="ENE" name="East-northeast" />
<windSpeed mps="2.3" name="Light breeze" />
<temperature unit="celsius" value="12" />
<pressure unit="hPa" value="1009.2" />
</time>
<time from="2021-11-23T01:00:00" to="2021-11-23T07:00:00" period="0">
<!-- Valid from 2021-11-23T01:00:00 to 2021-11-23T07:00:00 -->
<symbol number="1" numberEx="1" name="Clear sky" var="01n" />
<precipitation value="0" />
<symbol number="10" numberEx="10" name="Heavy rain" var="10" />
<precipitation value="7.2" />
<!-- Valid at 2021-11-23T01:00:00 -->
<windDirection deg="210.0" code="SSW" name="South-southwest" />
<windDirection deg="339.0" code="NNW" name="North-northwest" />
<windSpeed mps="0.2" name="Calm" />
<temperature unit="celsius" value="11" />
<pressure unit="hPa" value="1008.7" />
</time>
<time from="2021-11-23T07:00:00" to="2021-11-23T13:00:00" period="1">
<!-- Valid from 2021-11-23T07:00:00 to 2021-11-23T13:00:00 -->
<symbol number="10" numberEx="10" name="Heavy rain" var="10" />
<precipitation value="22.0" />
<!-- Valid at 2021-11-23T07:00:00 -->
<windDirection deg="341.4" code="NNW" name="North-northwest" />
<windSpeed mps="0.2" name="Calm" />
<temperature unit="celsius" value="11" />
<pressure unit="hPa" value="1006.9" />
</time>
<time from="2021-11-23T13:00:00" to="2021-11-23T19:00:00" period="2">
<!-- Valid from 2021-11-23T13:00:00 to 2021-11-23T19:00:00 -->
<symbol number="5" numberEx="40" name="Light rain showers" var="40d" />
<precipitation value="0.9" />
<!-- Valid at 2021-11-23T13:00:00 -->
<windDirection deg="311.1" code="NW" name="Northwest" />
<windSpeed mps="2.8" name="Light breeze" />
<temperature unit="celsius" value="9" />
<pressure unit="hPa" value="1007.4" />
</time>
<time from="2021-11-23T19:00:00" to="2021-11-24T01:00:00" period="3">
<!-- Valid from 2021-11-23T19:00:00 to 2021-11-24T01:00:00 -->
<symbol number="3" numberEx="3" name="Partly cloudy" var="03n" />
<precipitation value="0" />
<!-- Valid at 2021-11-23T19:00:00 -->
<windDirection deg="181.0" code="S" name="South" />
<windSpeed mps="1.6" name="Light breeze" />
<temperature unit="celsius" value="3" />
<pressure unit="hPa" value="1022.7" />
<temperature unit="celsius" value="8" />
<pressure unit="hPa" value="1008.2" />
</time>
<time from="2021-11-24T01:00:00" to="2021-11-24T07:00:00" period="0">
<!-- Valid from 2021-11-24T01:00:00 to 2021-11-24T07:00:00 -->
<symbol number="9" numberEx="46" name="Light rain" var="46" />
<precipitation value="0.7" />
<!-- Valid at 2021-11-24T01:00:00 -->
<windDirection deg="73.5" code="ENE" name="East-northeast" />
<windSpeed mps="0.2" name="Calm" />
<temperature unit="celsius" value="10" />
<pressure unit="hPa" value="1008.9" />
</time>
</tabular>
</forecast>