<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: My Tmux Hardstatus Theme</title>
	<atom:link href="http://pthree.org/2011/08/31/my-tmux-hardstatus-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2011/08/31/my-tmux-hardstatus-theme/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<lastBuildDate>Fri, 17 May 2013 20:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta2-24176</generator>
	<item>
		<title>By: nm</title>
		<link>http://pthree.org/2011/08/31/my-tmux-hardstatus-theme/#comment-116511</link>
		<dc:creator>nm</dc:creator>
		<pubDate>Thu, 29 Mar 2012 03:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1992#comment-116511</guid>
		<description><![CDATA[I&#039;ve been having issue for a while after switch from screen to tmux, I experienced freezes at regular intervals, when I asked what could be the cause on #tmux (freenode) I was quickly replied: &quot;Are you calling date by any chance ?&quot;

Then I remembered I got my hardstatus from this article.

So here&#039;s the fixed version of your status:

    set-option -g status-right &#039;#[fg=green]][ #[fg=black,bright]%d.%m %H:%M #[fg=green,nobright]]&#039;

Totally fixed my issue.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been having issue for a while after switch from screen to tmux, I experienced freezes at regular intervals, when I asked what could be the cause on #tmux (freenode) I was quickly replied: &#8220;Are you calling date by any chance ?&#8221;</p>
<p>Then I remembered I got my hardstatus from this article.</p>
<p>So here&#8217;s the fixed version of your status:</p>
<p>    set-option -g status-right &#8216;#[fg=green]][ #[fg=black,bright]%d.%m %H:%M #[fg=green,nobright]]&#8217;</p>
<p>Totally fixed my issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://pthree.org/2011/08/31/my-tmux-hardstatus-theme/#comment-115922</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 01 Sep 2011 17:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1992#comment-115922</guid>
		<description><![CDATA[That looks pretty cool. One of the things I have in my status line is the session ID. Very helpful if you use named sessions or multiple sessions. The session ID can be displayed using the #S variable. I also put the load average to the right of the session name. Here&#039;s my status-right:

set -g status-right &#039;#[fg=red,bright]#S#[fg=white] &#124; #[fg=green]#(cut -d &quot; &quot; -f 1-4 /proc/loadavg)&#039;]]></description>
		<content:encoded><![CDATA[<p>That looks pretty cool. One of the things I have in my status line is the session ID. Very helpful if you use named sessions or multiple sessions. The session ID can be displayed using the #S variable. I also put the load average to the right of the session name. Here&#8217;s my status-right:</p>
<p>set -g status-right &#8216;#[fg=red,bright]#S#[fg=white] | #[fg=green]#(cut -d &#8221; &#8221; -f 1-4 /proc/loadavg)&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
