X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Fcolorset%2Fconfig;h=54b76ff055b8af68deaf410c630e4198c2fcc9c7;hp=14046fe1181356ca9d14aa0479209535feeaf92b;hb=7ce368df9167dc64f2bf3f0e29a287b4c922b637;hpb=aa452ee997fb704cf144fe56e1abd59b4f639ddb diff --git a/rainbowstream/colorset/config b/rainbowstream/colorset/config index 14046fe..54b76ff 100644 --- a/rainbowstream/colorset/config +++ b/rainbowstream/colorset/config @@ -3,6 +3,8 @@ "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,7 +12,7 @@ // Hide promt when receive a tweet "HIDE_PROMPT" : true, // Prefix - "PREFIX" : "", + "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 @@ -22,7 +24,7 @@ // '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)", @@ -45,6 +47,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", @@ -53,11 +57,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 \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 }