-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrss_config.cfg
More file actions
57 lines (43 loc) · 1.39 KB
/
rss_config.cfg
File metadata and controls
57 lines (43 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Stocks to sample.
stocks=.DJI:INDEXDJX
stocks=AAPL:NASDAQ
stocks=AMZN:NASDAQ
stocks=GME:NYSE
stocks=MS:NYSE
stocks=NI225:INDEXNIKKEI
stocks=OCDO:LON
stocks=TSLA:NASDAQ
stocks=UKX:INDEXFTSE
# Period between updates for stock line
stock_time=1000
# Comment out to disable weather report in ticker mode operation
# put a compatible weather location in, if you want it
weather_location=camberley
# Time period for weather updates.
weather_time=1800
# Tool for displaying weather
weather_app=/usr/bin/ansiweather
# Set to zero to disable periodic weather reports.
weather=1
# Enable ticker mode - scrolling news headlines on terminal
ticker=1
# Enable RSS collection in the background.
rss=1
# Copy ticker.html file to a remote host, e.g. so it can be viewed
# e.g. "scp ticker.html host:/path"
#copy_script=scripts/copy_script.sh
# Name of host to check for period updates.
check_update_host=
# Set to 1 to enable polling the touchscreen.
# Dont enable this if you are running inside X11
touchpad=1
# Directory containing images. We cycle randomly through them,
# by converting to ascii text. http://pexels.com has a good
# selection of random images, which you can download (but
# need to register an API key). See scripts/pexels.pl to
# grab some images.
#
# Or you can simply specify your own folder of images
image_dir=$HOME/images
# Set to zero to disable firefox/news scraping
enable_news_scraping=1