Just a fun thing I run in Aterm ...
I have this small rectangular clock running in the lower right about the same height at Wbar. 2-step setup.
1) In aterm, run this to see the clock every second:
watch -n1 date
resize the terminal to a small-ish rectangle so you only see one line. Then...
2) With the window resized, stop it with ctrl-c
Since I am only really interested in minute-updates, and not seconds, change the watch value to 60:
watch -n60 date
Now just slide this little rectangle clock to the right of wbar. Move it off the screen a bit if you aren't interested in the seconds and other info.
I know, kinda' dumb, but I think it's fun.