Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Frequently Asked Questions

kenfallon edited this page Oct 4, 2012 · 8 revisions

How do I change the date and time format in the clock ?

You can right click on the clock plugin and select clock then Configure. The Razor Clock settings window then presents a number of options including

  • Show seconds
  • 12 hour style
  • Show date
  • Show date in new line
  • Date format drop down with some common selections

If you wish to have a different format, for example "2012-10-04" for date and "16:38:09" for time, then you can modify some entries in the file ~/.config/razor/razor-panel (this may be ~/.razor/razor-panel in versions less than 0.4.1). Modify the value of the keys dateFormat and timeFormat in the [clock2] section.

[clock2]
dateFormat=yyyy-MM-dd
timeFormat=HH:mm

Further information on the format can be found here

How do I change the time in the clock to display other time zones ?

Unfortunately the clock applet can only display local times issue