move leading space in weather widget before icon

This commit is contained in:
2026-06-19 10:49:29 +02:00
parent b5a8b44f17
commit 5f320bc15a
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
result=$(curl -sf --max-time 10 "wttr.in/?format=%c+%t") result=$(curl -sf --max-time 10 "wttr.in/?format=+%c%t")
if [ $? -eq 0 ] && [ -n "$result" ]; then if [ $? -eq 0 ] && [ -n "$result" ]; then
echo "$result" echo "$result"
else else