From db653b2f10abdc24de547dda3a3ae7a5ec471245 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 29 Mar 2023 15:01:12 +0200 Subject: up --- .local/bin/conky/weather.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 .local/bin/conky/weather.sh (limited to '.local/bin/conky/weather.sh') diff --git a/.local/bin/conky/weather.sh b/.local/bin/conky/weather.sh deleted file mode 100755 index b24f589..0000000 --- a/.local/bin/conky/weather.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -case "$(hostname -s)" in - mother | po-rbo) - ping -c1 -w1 9.9.9.9 >/dev/null 2>&1 || exit - ;; - mars) - ping -c1 -t1 9.9.9.9 >/dev/null 2>&1 || exit - ;; -esac - -echo '${color1}${font1}WEAT ${hr 2} -${font2}${color0}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font}' -- cgit v1.2.3