slackbuilds_ponce/desktop/CurseTheWeather
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
CurseTheWeather.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
CurseTheWeather.SlackBuild desktop/CurseTheWeather: Updated for version 0.6. 2010-07-01 01:17:33 -05:00
README
slack-desc

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 5 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.

** Please note ** CTW does not currently display a full 10 day forecast 
due to changes with weather.com.

** 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.