SlackBuildsOrg/desktop/CurseTheWeather
Phillip Warner acc8ecf250 desktop/CurseTheWeather: Fix HOMEPAGE.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-02-06 17:49:55 +07:00
..
CurseTheWeather-0.6-patch desktop/CurseTheWeather: Updated patch. 2014-11-23 10:55:41 +07:00
CurseTheWeather.info desktop/CurseTheWeather: Fix HOMEPAGE. 2015-02-06 17:49:55 +07:00
CurseTheWeather.SlackBuild desktop/CurseTheWeather: Updated patch. 2014-11-23 10:55:41 +07:00
README desktop/CurseTheWeather: Fixed for weather feed changes 2013-11-11 10:53:38 -06:00
slack-desc desktop/CurseTheWeather: Fix HOMEPAGE. 2015-02-06 17:49:55 +07:00

CurseTheWeather is a python application which displays the weather in a 
terminal via a ncurses frontend (ctw).  This frontend shows ascii-art weather 
icons along with the current weather conditions and 10 day forecast.

weatherfeed.py is the python module that grabs the weather data from 
weather.com, and it can used by frontends other than ctw.

** ctw and Transparency, Different Colors **

To modify transparency and color behavior in ctw simply modify 
initColors() in /usr/bin/ctw.  

To remove transparency, simply delete:
  curses.use_default_colors()
at line 125 (just under "curses.start_color()").

Modifying the lines with "curses.init_pair" will allow you to modify the text 
colors used.