diff --git a/index.html b/index.html
index fd07872..0a7c89b 100644
--- a/index.html
+++ b/index.html
@@ -12,13 +12,13 @@
clockOnClickAction: 'Menu',
// The delimiter between the hours and minutes on the clock.
- clockDelimiter: ' ',
+ clockDelimiter: ' - ',
// Show AM/PM indication when CONFIG.clockTwentyFourHours is false.
clockShowAmPm: true,
// Show seconds on the clock. A monospaced font is recommended for this.
- clockShowSeconds: true,
+ clockShowSeconds: false,
// Show a twenty-four-hour clock instead of a twelve-hour clock.
clockTwentyFourHour: true,
@@ -351,26 +351,29 @@