X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=rainbowstream%2Fcolorset%2Fconfig;h=fe433170435533c0d701a42a6d55008f756599a0;hb=39b8e6b3486c527291e91838c9adf139a5c95af6;hp=c047f9436cf020307c94354b81218430ec6f6245;hpb=8c7ae5942907b76953b6dca9888ec64547e248aa;p=rainbowstream.git diff --git a/rainbowstream/colorset/config b/rainbowstream/colorset/config index c047f94..fe43317 100644 --- a/rainbowstream/colorset/config +++ b/rainbowstream/colorset/config @@ -1,10 +1,14 @@ { + // After 120 minutes, the stream will automatically hangup + "HEARTBEAT_TIMEOUT" : 120, // Image on term "IMAGE_ON_TERM" : false, // Themes "THEME" : "monokai", // Ascii Art "ASCII_ART" : true, + // Hide promt when receive a tweet + "HIDE_PROMPT" : true, // Prefix "PREFIX" : "", // 'search': max search record @@ -13,6 +17,10 @@ "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", // 'inbox','sent': default number of direct message "MESSAGES_DISPLAY" : 5, // 'trend': max trending topics @@ -25,8 +33,8 @@ // Autocomplete history file name "HISTORY_FILENAME" : "completer.hist", // Image config - "IMAGE_SHIFT" : 10, - "IMAGE_MAX_HEIGHT" : 40, + "IMAGE_SHIFT" : 2, + "IMAGE_MAX_HEIGHT" : 90, // Stream config "USER_DOMAIN" : "userstream.twitter.com", "PUBLIC_DOMAIN" : "stream.twitter.com", @@ -35,11 +43,11 @@ "FORMAT": { "TWEET": { "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S", - "DISPLAY" : "\n #name #nick:\n #clock #id #fav\n #tweet" + "DISPLAY" : "\n #name #nick #clock \n Retweets:#rt_count Favorites:#fa_count id:#id #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 #id\n #message" + "DISPLAY" : "\n #sender_name #sender_nick #to #recipient_name #recipient_nick :\n #clock message_id:#id\n #message" } } }