From f005fbf41646437964458d4c2028e6fdc04b59a1 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 18 Nov 2022 18:07:38 +0100 Subject: bin: add a few scripts --- bin/wttr | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/wttr (limited to 'bin/wttr') diff --git a/bin/wttr b/bin/wttr new file mode 100755 index 0000000..086345b --- /dev/null +++ b/bin/wttr @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e +[ -n "$DEBUG" ] && set -x + +echo "Querying wttr.in ..." +exec env REPORT=1 $HOME/.config/waybar/modules/weather.sh -- cgit 1.4.1