| name | provider-run |
| description | Run a gtex62-core provider manually to force-refresh the cache. Usage: /provider-run <domain> Domains: net, time, orb, weather, air, solar, env (env runs both air and solar) |
Task
Run the $ARGUMENTS provider manually to force-refresh the cache, then verify the cache updated.
Provider commands by domain:
| Domain | Command |
|---|
| net | bash ~/.config/conky/gtex62-core/providers/net/fetch_net.sh local |
| time | bash ~/.config/conky/gtex62-core/providers/time/fetch_time.sh local |
| orb | bash ~/.config/conky/gtex62-core/providers/orb/fetch_orb.sh home |
| weather | bash ~/.config/conky/gtex62-core/providers/weather/fetch_weather.sh home |
| air | bash ~/.config/conky/gtex62-core/providers/air/fetch_air.sh home |
| solar | bash ~/.config/conky/gtex62-core/providers/solar/fetch_solar.sh home |
| env | run both air and solar commands above |
Instructions
- Run the provider command for
$ARGUMENTS.
- Check that the cache file timestamp updated (
stat the relevant file).
- Show a brief sample of the new cache content.
- Report success or any errors from the provider output.
If $ARGUMENTS is not in the table above, check what providers exist under
~/.config/conky/gtex62-core/providers/ and suggest the correct one.