diff --git a/i3/i3status-rs.toml b/i3/i3status-rs.toml index 37fa8cb..6d55529 100644 --- a/i3/i3status-rs.toml +++ b/i3/i3status-rs.toml @@ -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