bumped version
[rainbowstream.git] / rainbowstream / colorset / config
CommitLineData
1f2f6159 1{
cb45dc23 2 // After 120 minutes, the stream will automatically hangup
3 "HEARTBEAT_TIMEOUT" : 120,
fe9bb33b 4 // Image on term
5 "IMAGE_ON_TERM" : false,
1f2f6159
O
6 // Themes
7 "THEME" : "monokai",
687567eb 8 // Ascii Art
9 "ASCII_ART" : true,
335e7803
O
10 // Hide promt when receive a tweet
11 "HIDE_PROMPT" : true,
ceec8593 12 // Prefix
13 "PREFIX" : "",
1f2f6159
O
14 // 'search': max search record
15 "SEARCH_MAX_RECORD" : 5,
16 // 'home': default number of home's tweets
17 "HOME_TWEET_NUM" : 5,
18 // 'allrt': default number of retweets
19 "RETWEETS_SHOW_NUM" : 5,
20 // 'inbox','sent': default number of direct message
21 "MESSAGES_DISPLAY" : 5,
22 // 'trend': max trending topics
23 "TREND_MAX" : 10,
24 // List home timeline max
25 "LIST_MAX" : 5,
26 // 'switch': Filter and Ignore list ex: ['@fat','@mdo']
27 "ONLY_LIST" : [],
28 "IGNORE_LIST" : [],
29 // Autocomplete history file name
30 "HISTORY_FILENAME" : "completer.hist",
31 // Image config
cb45dc23 32 "IMAGE_SHIFT" : 2,
33 "IMAGE_MAX_HEIGHT" : 90,
1f2f6159
O
34 // Stream config
35 "USER_DOMAIN" : "userstream.twitter.com",
36 "PUBLIC_DOMAIN" : "stream.twitter.com",
8c7ae594
O
37 "SITE_DOMAIN" : "sitestream.twitter.com",
38 // Format
39 "FORMAT": {
40 "TWEET": {
41 "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
318cdd67 42 "DISPLAY" : "\n #name #nick :\n [#clock] [rt:#rt_count] [fav:#fa_count] [id=#id] #fav\n #tweet"
8c7ae594
O
43 },
44 "MESSAGE": {
45 "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
0d9977c7 46 "DISPLAY" : "\n #sender_name #sender_nick #to #recipient_name #recipient_nick :\n [#clock] [message_id=#id]\n #message"
8c7ae594
O
47 }
48 }
1f2f6159 49}