aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/scripts/weather
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-27 03:44:14 +0300
committerawy <awy@tutamail.com>2024-08-27 03:44:14 +0300
commit8c24921832b2b6dc95bbb41dbfe2de7ff4fcf877 (patch)
treeb8bfc2d150de60d0f989843cb67bc0c6fd380366 /.config/waybar/scripts/weather
parent01b0a486d1190b88ee40458b4e16bcd6fa0c93bc (diff)
update
Diffstat (limited to '.config/waybar/scripts/weather')
-rwxr-xr-x.config/waybar/scripts/weather3
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/waybar/scripts/weather b/.config/waybar/scripts/weather
deleted file mode 100755
index 1e87ac8..0000000
--- a/.config/waybar/scripts/weather
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-#curl -s "wttr.in/?format=3" | awk '{print $3, $4}'
-curl -s "wttr.in/Moscow?format='%c%t'" | sed "s/'//g" | sed 's/ / /g'