X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Fcolorset%2Fconfig;h=31e6294ad757bb49c691d5b7df7c331054547520;hp=956dd36b730350c71085b35ab85857e2933e67f7;hb=1d01129e5baa3ef92e63e54480f5dffa57bf2890;hpb=83be0cb608014c6c71f7c5e315f88acc96370414 diff --git a/rainbowstream/colorset/config b/rainbowstream/colorset/config index 956dd36..31e6294 100644 --- a/rainbowstream/colorset/config +++ b/rainbowstream/colorset/config @@ -11,7 +11,9 @@ "HIDE_PROMPT" : true, // Prefix "PREFIX" : "", - // 'search': max search record + // '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, @@ -21,6 +23,13 @@ "CONVERSATION_MAX" : 30, // 'quote' format "QUOTE_FORMAT" : "#comment RT #owner: #tweet", + // '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 @@ -32,9 +41,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", @@ -43,7 +55,7 @@ "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",