From cd3257581a863df87e259479be763136a1ec3514 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Mon, 25 Apr 2022 20:30:29 +0100 Subject: Updated configs and added weather keybind --- scripts/.local/bin/weather | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/.local/bin/weather (limited to 'scripts/.local/bin/weather') diff --git a/scripts/.local/bin/weather b/scripts/.local/bin/weather new file mode 100755 index 0000000..819b700 --- /dev/null +++ b/scripts/.local/bin/weather @@ -0,0 +1,3 @@ +#!/bin/sh + +less -R <<< $(curl -q wttr.in | grep -vi "Follow") -- cgit v1.2.3