topic title: clock format
Posts: 2
wwzulu
Joined: 05 Jun 2008
#1
I like to have seconds in my clock and I simply forgot how to add seconds to show in the clock. Thanks!
Posts: 2
wwzulu
Joined: 05 Jun 2008
#2
OK I figured it:

at first it shows

Code: Select all

%a%d%b %k:%M
now, to show seconds:

Code: Select all

%a%d%b %k:%M:%S
Posts: 452
Jerry
Joined: 12 Sep 2007
#3
Good work on figuring that out!

That's one of the great things about Linux for me: because so much of the configuration lies in simple text files, if you look around and use your head, you can do pretty well.