66c4c5dc7fd221ac3f6b408abac621a839811ae2
[rainbowstream.git] / rainbowstream / colorset / config
1 {
2 // After 120 minutes, the stream will automatically hangup
3 "HEARTBEAT_TIMEOUT" : 120,
4 // Image on term
5 "IMAGE_ON_TERM" : false,
6 // Themes
7 "THEME" : "monokai",
8 // Ascii Art
9 "ASCII_ART" : true,
10 // Hide promt when receive a tweet
11 "HIDE_PROMPT" : true,
12 // Prefix
13 "PREFIX" : "",
14 // 'search': search type ('mixed','recent','popular')
15 "SEARCH_TYPE" : "mixed",
16 // 'search': search max result, number over 100 will fallback to 100
17 "SEARCH_MAX_RECORD" : 5,
18 // 'home': default number of home's tweets
19 "HOME_TWEET_NUM" : 5,
20 // 'allrt': default number of retweets
21 "RETWEETS_SHOW_NUM" : 5,
22 // 'conversation': max tweet in a thread
23 "CONVERSATION_MAX" : 30,
24 // 'quote' format
25 "QUOTE_FORMAT" : "#comment RT #owner: #tweet",
26 // 'thread' meta format
27 "THREAD_META_LEFT" : "(#id) #clock",
28 "THREAD_META_RIGHT" : "#clock (#id)",
29 // 'thread' frame's minimum width
30 "THREAD_MIN_WIDTH" : 20,
31 // 'Notification' format
32 "NOTIFY_FORMAT" : " #source_user #notify #clock",
33 // 'inbox','sent': default number of direct message
34 "MESSAGES_DISPLAY" : 5,
35 // 'trend': max trending topics
36 "TREND_MAX" : 10,
37 // List home timeline max
38 "LIST_MAX" : 5,
39 // 'switch': Filter and Ignore list ex: ['@fat','@mdo']
40 "ONLY_LIST" : [],
41 "IGNORE_LIST" : [],
42 // Autocomplete history file name
43 "HISTORY_FILENAME" : "completer.hist",
44 // Image margin
45 "IMAGE_SHIFT" : 2,
46 // Image max height
47 "IMAGE_MAX_HEIGHT" : 90,
48 // Stream config
49 "USER_DOMAIN" : "userstream.twitter.com",
50 "PUBLIC_DOMAIN" : "stream.twitter.com",
51 "SITE_DOMAIN" : "sitestream.twitter.com",
52 // Format
53 "FORMAT": {
54 "TWEET": {
55 "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
56 "DISPLAY" : "\n #name #nick #clock \n \u20AA:#rt_count \u2665:#fa_count id:#id #fav\n #tweet"
57 },
58 "MESSAGE": {
59 "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
60 "DISPLAY" : "\n #sender_name #sender_nick #to #recipient_name #recipient_nick :\n #clock message_id:#id\n #message",
61 "THREAD_META_LEFT" : "[id:#id] #clock",
62 "THREAD_META_RIGHT" : "#clock [id:#id]"
63 }
64 }
65 }