Scroll to navigation

WMFORECAST(1) User Commands WMFORECAST(1)

NAME

wmforecast - a weather dockapp for Window Maker using libgweather

SYNOPSIS

wmforecast [OPTIONS]

OPTIONS

print the version number
print this help screen
number of minutes between refreshes (default 60)
whether to use Celsius or Fahrenheit (default f)

-b, --background <color> set background color

set text color
set latitude
set longitude
set icon directory (default /usr/local/share/wmforecast)
disable geoclue
run in windowed mode
number of days to show in forecast (default 7)

NOTES

Double click the icon at any time to refresh data.
Right click the icon to edit your preferences in a GUI.
Preferences may be manually configured in WMAKER_USER_ROOT/Defaults/wmforecast (usually ~/GNUstep/Defaults/wmforecast). This file is in proplist format, e.g.,
{
interval = 60;
units = f;
background = "black";
text = "light sea green";
latitude = 40.7128;
longitude = "-74.0060";
icondir = "/usr/local/share/wmforecast";
}

AUTHOR

Doug Torrance <dtorrance@piedmont.edu>

2022-03-21 1.8.1