executable_run.sh 255 B

12345678910
  1. #!/bin/bash
  2. python3 ~/.config/waybar/weather.py &
  3. while true
  4. do
  5. # echo ""
  6. out=$(cat ~/.config/hypr/store/dynamic_out.txt)
  7. echo "$out" | jq --unbuffered --compact-output
  8. # cat ~/.config/hypr/scripts/tools/dynamic_out.txt
  9. sleep 0.5
  10. done