You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to changes in the Yahoo! weather API, we have switched to using libgweather.
This brings with it several interface changes:
Instead of using WOEID or ZIP Code to determine your location, we
now use latitude and longitude. You may (optionally) use GeoClue
to find this information in the preferences GUI by clicking the
"Find Coords" button.
Since libgweather uses icons that follow the XDG Icon Naming Specification,
we have renamed our icons accordingly (and deleted several which
would never appear as they did not correspond with any of the names
in the specification). You may also use any other icon themes which
follow this specification using the --icondir command-line
option, the icondir option in the configuration file, or by
clicking the "Icon directory" button in the preferences GUI.
You may now run wmforecast in windowed mode (i.e., not as a dockapp)
using the --windowed command-line option.