Regarding the time change in icewm...in the interest of saving someone some time looking,
changing
Quote:
# Clock Time format (strftime format string)
TimeFormat="%H:%M"
to
Quote:
# Clock Time format (strftime format string)
TimeFormat="%r"
will get you (12 hr clock).... hours, minutes, seconds and AM or PM
The possible variables (man for strftime) can be found at :
http://www.manpagez.com/man/3/strftime/