Update statusbar

This commit is contained in:
2021-05-31 23:32:13 +01:00
parent 23820884d3
commit e73907048e
4 changed files with 16 additions and 19 deletions

View File

@@ -69,7 +69,7 @@ show_weather() {
symbol="$([[ $temperature -lt 15 ]] && echo  || echo )"
echo " $temperature$symbol"
echo " $temperature $symbol"
}
case $BLOCK_BUTTON in