This is usually one of my first edits whenever I install/setup awesome. You
just need to modify your clock widget to add seconds. This is what mine
looks like:
mytextclock = awful.widget.textclock({ align = "right" }, "%a %b %d,
%H:%M:%S", 1)
The %S will translate to seconds,. The last variable is "1" so that it
updates every second (I think it's "10" by default).
-Musee
Post by David GomesIs there a way to have seconds on awesome's textclock? Or do I have to
make my own widget?
Thank you.