X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Fcolorset%2Fconfig;h=31e6294ad757bb49c691d5b7df7c331054547520;hp=e0a3ba575e7df6a9ff9d1a429b9922db5d86dfd5;hb=1d01129e5baa3ef92e63e54480f5dffa57bf2890;hpb=954b31016c5bf5c633e9a8793a2659e1a74024b3 diff --git a/rainbowstream/colorset/config b/rainbowstream/colorset/config index e0a3ba5..31e6294 100644 --- a/rainbowstream/colorset/config +++ b/rainbowstream/colorset/config @@ -28,6 +28,8 @@ "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 @@ -43,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", @@ -51,13 +55,11 @@ "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" } } }