diff --git a/de/home/.config/sway/scripts/.directory b/de/home/.config/sway/scripts/.directory new file mode 100644 index 0000000..45e2cc6 --- /dev/null +++ b/de/home/.config/sway/scripts/.directory @@ -0,0 +1,6 @@ +[Dolphin] +Timestamp=2024,4,24,13,20,40.875 +Version=4 + +[Settings] +HiddenFilesShown=true diff --git a/de/home/.config/sway/scripts/global_shortcuts/weather b/de/home/.config/sway/scripts/global_shortcuts/weather index 857c0cc..3ee2557 100755 --- a/de/home/.config/sway/scripts/global_shortcuts/weather +++ b/de/home/.config/sway/scripts/global_shortcuts/weather @@ -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} )