Is your feature request related to a problem?
The weather_status.lua plugin likely has a hardcoded city or requires manual editing of the Lua file to change the location.
Describe the solution you'd like
Make the location configurable via a variable at the top of the script, and document how to change it in the plugin description or comments. Better yet, try to auto-detect location via IP if possible (though might be too complex for a first issue).
Describe alternatives you've considered
N/A
Additional context
Check plugins/weather_status.lua.
Is your feature request related to a problem?
The
weather_status.luaplugin likely has a hardcoded city or requires manual editing of the Lua file to change the location.Describe the solution you'd like
Make the location configurable via a variable at the top of the script, and document how to change it in the plugin description or comments. Better yet, try to auto-detect location via IP if possible (though might be too complex for a first issue).
Describe alternatives you've considered
N/A
Additional context
Check
plugins/weather_status.lua.