summaryrefslogtreecommitdiff
path: root/.config/waybar/modules/weather.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/modules/weather.sh')
-rwxr-xr-x.config/waybar/modules/weather.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/waybar/modules/weather.sh b/.config/waybar/modules/weather.sh
deleted file mode 100755
index d64acd0..0000000
--- a/.config/waybar/modules/weather.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-w=$(curl -s wttr.in/ahn?format="%l:+%c+%t+%C+%w+%h+%m")
-w=${w:7}
-w="$(echo -e "${w}" | sed -e 's/^[[:space:]]*//')"
-m=$(python ~/bin/moonphase-waybar.py)
-echo "{\"text\":\""$w ""$m"\", \"tooltip\":\""tooltip"\", \"class\":\""lxf-weather"\"}"