Browse Source

Corrected Default City for the weather

pull/3/head
JaKooLit 2 years ago
parent
commit
f211250a56
  1. 2
      config/hypr/scripts/Weather.py
  2. 2
      config/hypr/scripts/Weather.sh

2
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

2
config/hypr/scripts/Weather.sh

@ -1,6 +1,6 @@
#!/bin/bash
city=Busan
city=
cachedir=~/.cache/rbn
cachefile=${0##*/}-$1

Loading…
Cancel
Save