i3status-rust: Add weather command

This commit is contained in:
2022-12-16 19:43:59 +01:00
parent 9670eb8445
commit d8fc5aa9c3

View File

@@ -80,6 +80,11 @@ signal = 0
block = "custom"
command = "ping -n -q -w 2 -c 1 8.8.8.8 >/dev/null 2>/dev/null && echo || echo "
[[block]]
block = "custom"
command = "curl -s 'https://wttr.in/Ansbach?m&T&format=%c%t' | sed 's/ / /g'"
interval = 1800
[[block]]
block = "time"
interval = 1