move leading space in weather widget before icon
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user