Thanks, I've changed it and will observe it.
On 13 May 2010 16:48, Nicholas Marriott <[email protected]> wrote:
> 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)%% B #(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