fix weather, add unstable-small cause of hyprpaper, update flake, update nas services

This commit is contained in:
mjallen18
2024-09-04 11:24:13 -05:00
parent 64a228fd40
commit 0b6074e7dd
11 changed files with 262 additions and 71 deletions

View File

@@ -293,7 +293,7 @@ WEATHER_SYMBOL_WEGO = {
data = {}
weather = requests.get("https://wttr.in/u&?format=j1").json()
weather = requests.get("https://wttr.in/?u&format=j1").json()
moon = requests.get("https://wttr.in/?format=%m").text