From f211250a566fd7acc583cecba055c2de468f4304 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 22 Oct 2023 19:06:52 +0900 Subject: [PATCH] Corrected Default City for the weather --- config/hypr/scripts/Weather.py | 2 +- config/hypr/scripts/Weather.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/scripts/Weather.py b/config/hypr/scripts/Weather.py index b622338..a364f7e 100755 --- a/config/hypr/scripts/Weather.py +++ b/config/hypr/scripts/Weather.py @@ -2,7 +2,7 @@ # From https://raw.githubusercontent.com/rxyhn/dotfiles/main/home/rxyhn/modules/desktop/waybar/scripts/waybar-wttr.py ## ensure to insert city inside "" -city = "Busan" +city = "" import json import requests from datetime import datetime diff --git a/config/hypr/scripts/Weather.sh b/config/hypr/scripts/Weather.sh index f778425..4004871 100755 --- a/config/hypr/scripts/Weather.sh +++ b/config/hypr/scripts/Weather.sh @@ -1,6 +1,6 @@ #!/bin/bash -city=Busan +city= cachedir=~/.cache/rbn cachefile=${0##*/}-$1