X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=rainbowstream%2Fcolorset%2Fconfig;h=491ae61061fd19b798f900afc8497b00a9c45e0e;hb=337fa2425eff89489be97a99fb63459991712bbc;hp=47deb6e1960bd2dcb48b18564e24e2b664be31d4;hpb=03c0d30be5c9eff80893cce9320a01ef3ce918a5;p=rainbowstream.git diff --git a/rainbowstream/colorset/config b/rainbowstream/colorset/config index 47deb6e..491ae61 100644 --- a/rainbowstream/colorset/config +++ b/rainbowstream/colorset/config @@ -10,8 +10,10 @@ // 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, @@ -24,6 +26,10 @@ // '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 @@ -39,6 +45,8 @@ "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", @@ -47,13 +55,12 @@ "FORMAT": { "TWEET": { "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S", - "DISPLAY" : "\n #name #nick #clock \n \u20AA:#rt_count \u2665:#fa_count id:#id #fav\n #tweet" + "DISPLAY" : "\n #name #nick #clock \n \u20AA:#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", - "THREAD_META_LEFT" : "[id:#id] #clock", - "THREAD_META_RIGHT" : "#clock [id:#id]" + "DISPLAY" : "\n #sender_name #sender_nick #to #recipient_name #recipient_nick :\n #clock message_id:#id\n #message" } - } + }, + "POCKET_SUPPORT": false }