From 2ce605ad3169efd25ab871ee4ca597eaff6d458c Mon Sep 17 00:00:00 2001 From: elenapan Date: Mon, 22 Jul 2024 08:57:17 +0300 Subject: [PATCH] calendar: Update once per day instead of once per minute --- config/awesome/noodle/calendar_custom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/noodle/calendar_custom.lua b/config/awesome/noodle/calendar_custom.lua index 7bd2484..2768db7 100644 --- a/config/awesome/noodle/calendar_custom.lua +++ b/config/awesome/noodle/calendar_custom.lua @@ -21,7 +21,7 @@ local header_config = { -- Create invisible dummy clock that actually updates in order to -- connect to its redraw_needed signal -local dummy_textclock = wibox.widget.textclock("%M") +local dummy_textclock = wibox.widget.textclock("%d") dummy_textclock.visible = false local function get_month_calendar(year, month)