From 5eee5b44924bf9079a67d5bc7612bfad56ddeed3 Mon Sep 17 00:00:00 2001
From: Yaroslav <contact@yaroslavps.com>
Date: Fri, 17 Jan 2020 19:14:34 +0300
Subject: config restructuring and cleanup

---
 dotfiles/.scripts/i3barweather | 18 ------------------
 1 file changed, 18 deletions(-)
 delete mode 100755 dotfiles/.scripts/i3barweather

(limited to 'dotfiles/.scripts/i3barweather')

diff --git a/dotfiles/.scripts/i3barweather b/dotfiles/.scripts/i3barweather
deleted file mode 100755
index 5084688..0000000
--- a/dotfiles/.scripts/i3barweather
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-location="Saint Petersburg"
-
-if [[ "$location" != "" ]]
-then
-    location="~${location// /+}"
-fi
-
-forecast=$(curl -s wttr.in/$location?format=2)
-
-if [[ ${#forecast} -gt 30 ]]
-then
-    exit
-fi
-
-echo $forecast
-
-- 
cgit v1.2.3