diff --git a/MenuApplets/Clock/main.cpp b/MenuApplets/Clock/main.cpp index 3d74554e67..42c2fc1966 100644 --- a/MenuApplets/Clock/main.cpp +++ b/MenuApplets/Clock/main.cpp @@ -14,7 +14,7 @@ public: { m_time_width = Font::default_bold_font().width("2222-22-22 22:22:22"); - m_timer = CTimer::construct(300, [this] { + m_timer = CTimer::construct(1000, [this] { static time_t last_update_time; time_t now = time(nullptr); if (now != last_update_time) {