X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Fcolorset%2Fconfig;h=38933ad2b7409040068805c9fbdc33c6eef3aad5;hp=6845ed1fdf854ff093257e70674f477d8fba856f;hb=644dfe37a97bd19e9178d9fbaa9b888e2eea0a55;hpb=8b3456f9f14498986c6da7400cb650c646accc9b diff --git a/rainbowstream/colorset/config b/rainbowstream/colorset/config index 6845ed1..38933ad 100644 --- a/rainbowstream/colorset/config +++ b/rainbowstream/colorset/config @@ -1,8 +1,12 @@ { + // Turn to 'true' in order to disable extended tweets display (legacy mode) + "DISABLE_EXTENDED_TWEETS" : false, // After 120 minutes, the stream will automatically hangup "HEARTBEAT_TIMEOUT" : 120, // Image on term "IMAGE_ON_TERM" : false, + // Resize image to fit on terminal view + "IMAGE_RESIZE_TO_FIT" : false, // Themes "THEME" : "monokai", // Ascii Art @@ -10,15 +14,26 @@ // Hide promt when receive a tweet "HIDE_PROMPT" : true, // Prefix - "PREFIX" : "", - // 'search': max search record + "PREFIX" : "#owner#place#me#keyword", + // 'search': search type ('mixed','recent','popular') + "SEARCH_TYPE" : "mixed", + // 'search': search max result, number over 100 will fallback to 100 "SEARCH_MAX_RECORD" : 5, // 'home': default number of home's tweets "HOME_TWEET_NUM" : 5, // 'allrt': default number of retweets "RETWEETS_SHOW_NUM" : 5, + // 'conversation': max tweet in a thread + "CONVERSATION_MAX" : 30, // 'quote' format - "QUOTE_FORMAT" : "#comment RT #owner: #tweet", + "QUOTE_FORMAT" : "#comment https://twitter.com/#owner/status/#tid", + // 'thread' meta format + "THREAD_META_LEFT" : "(#id) #clock", + "THREAD_META_RIGHT" : "#clock (#id)", + // 'thread' frame's minimum width + "THREAD_MIN_WIDTH" : 20, + // 'Notification' format + "NOTIFY_FORMAT" : " #source_user #notify #clock", // 'inbox','sent': default number of direct message "MESSAGES_DISPLAY" : 5, // 'trend': max trending topics @@ -30,9 +45,12 @@ "IGNORE_LIST" : [], // Autocomplete history file name "HISTORY_FILENAME" : "completer.hist", - // Image config + // Image margin "IMAGE_SHIFT" : 2, + // Image max height "IMAGE_MAX_HEIGHT" : 90, + // Seconds to wait before displaying another tweet, will drop all tweets while waiting. + "STREAM_DELAY" : 0, // Stream config "USER_DOMAIN" : "userstream.twitter.com", "PUBLIC_DOMAIN" : "stream.twitter.com", @@ -41,11 +59,12 @@ "FORMAT": { "TWEET": { "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S", - "DISPLAY" : "\n #name #nick #clock \n Retweets:#rt_count Favorites:#fa_count id:#id #fav\n #tweet" + "DISPLAY" : "\n #name #nick #clock \n \u267A:#rt_count \u2665:#fa_count id:#id via #client #fav\n #tweet" }, "MESSAGE": { "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S", "DISPLAY" : "\n #sender_name #sender_nick #to #recipient_name #recipient_nick :\n #clock message_id:#id\n #message" } - } + }, + "POCKET_SUPPORT": false }