Re: Clock in status_format
On Wed, Jul 30, 2008 at 11:44:26AM +0200, Ralf Schmitt wrote:
> I've read the manual about status_format but I didn't found
> anything usable do display date/time.
The terminal multiplexer application "screen" could provide you
with a clock its status area.
.screenrc:
# An alternative hardstatus to display a bar at the bottom listing
# the window names and highlighting the current window name
hardstatus on
hardstatus alwayslastline
hardstatus string "z %{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
Peter