New backup 2024-04-24 13:30:03

This commit is contained in:
Penelope Gwen 2024-04-24 13:30:03 -06:00
parent 6be3499f5d
commit b97eff00bb
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
[Dolphin]
Timestamp=2024,4,24,13,20,40.875
Version=4
[Settings]
HiddenFilesShown=true

View file

@ -1,6 +1,6 @@
#!/bin/bash
jweather=$( curl wttr.in/?format=j1 )
jweather=$( curl --silent wttr.in/?format=j1 )
current_f=$( jq -r '.current_condition.[].FeelsLikeF' <<< ${jweather} )
high_f=$( jq -r '.weather.[0].maxtempF' <<< ${jweather} )