diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-13 00:22:22 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:22:22 +0200 |
commit | d81b94dc24d0ca4a04fde9f907d0737e309a6776 (patch) | |
tree | f914df19482f1174f383448c120474235a8fc6d6 /desktop/CurseTheWeather/README | |
parent | 9c747a18f7462f2e503fadeff1226164d86e826c (diff) |
desktop/CurseTheWeather: Updated for version 0.5
Diffstat (limited to 'desktop/CurseTheWeather/README')
-rw-r--r-- | desktop/CurseTheWeather/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/desktop/CurseTheWeather/README b/desktop/CurseTheWeather/README index c3b41705e6a3b..65f6254240f68 100644 --- a/desktop/CurseTheWeather/README +++ b/desktop/CurseTheWeather/README @@ -1,19 +1,21 @@ 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. +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 ** -If you are interested in changing the colors in ctw, or if you use -transparency in your terminals and would like this to work with ctw, then -simply modify initColors() in /usr/bin/ctw. For transparency, simply add: - -curses.use_default_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. |