[NBLUG/talk] Question:
s smith
sjs at sonic.net
Sat Feb 2 15:54:06 PST 2013
On 02/02/2013 03:09 PM, Jim Bianchi wrote:
> #!/bin/bash
> export TZ=WET
> exec xclock -strftime 'Server time: %T -- %a, %b %e, %Y' -padding 5
> -d -update 1
My first thought was to use wmctrl to set the clock to as "always on
top." This worked for most things. However F11 on mozilla buries the
xclock. You might try it on iceweasel to see if it will work.
See:
http://askubuntu.com/questions/7377/how-to-start-an-app-with-always-on-top-set
I had to install wmctrl first using apt-get, then wmctrl -l to get the
name and then wmctrl -r -b add,above
> wmctrl -l
> wmctrl -r xclock -b add,above
More information about the talk
mailing list