I'll have a look but you can just use %H:%M %d.%m.%Y directly in status-right, you don't need to call date.
On Thu, May 13, 2010 at 04:25:38PM +0100, Milin wrote: > Hi all, > > I have customized the status-right in tmux to show apm -l output > (remaining battery) and date with time. > But I'm facing a strange problem - date with time disappears from time > to time (randomly). I have no idea what could be the reason. > > My ~/.tmux.conf contains just these three lines > > --- > set-option -g status-right "#(apm -l)%% #(date \"+%H:%M %d.%m.%Y\")" > set-option -g default-command "exec /usr/local/bin/tcsh" > set-window-option -g mode-keys vi > --- > > The first set-option command's maybe wrong? > > Thanks in advance for any help > > Milan Bartos

