summaryrefslogtreecommitdiffstats
path: root/desktop/CurseTheWeather/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-01-20 07:33:04 +0100
committer Willy Sudiarto Raharjo2019-01-20 16:01:46 +0100
commit849417284ce1f968ef7b0a84e052dbe4612db68c (patch)
treec9cb6be2daf12cedc0625371be7711076578dfe4 /desktop/CurseTheWeather/README
parenta967d549dc69d8b8eaeb8fec9eb7ab3a43a06530 (diff)
downloadslackbuilds-849417284ce1f968ef7b0a84e052dbe4612db68c.tar.gz
desktop/CurseTheWeather: Removed (No longer maintained upstream).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/CurseTheWeather/README')
-rw-r--r--desktop/CurseTheWeather/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/desktop/CurseTheWeather/README b/desktop/CurseTheWeather/README
deleted file mode 100644
index 7f62a8bea7..0000000000
--- a/desktop/CurseTheWeather/README
+++ /dev/null
@@ -1,18 +0,0 @@
-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.