diff --git a/.config/ags/modules/bar/normal/system.js b/.config/ags/modules/bar/normal/system.js index 61f0d5ee..4201580e 100644 --- a/.config/ags/modules/bar/normal/system.js +++ b/.config/ags/modules/bar/normal/system.js @@ -185,7 +185,7 @@ const BatteryModule = () => Stack({ } }); if (userOptions.weather.city != '' && userOptions.weather.city != null) { - updateWeatherForCity(userOptions.weather.city); + updateWeatherForCity(userOptions.weather.city.replace(/ /g, '%20')); } else { Utils.execAsync('curl ipinfo.io')