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

