calendar: Update once per day instead of once per minute

This commit is contained in:
elenapan 2024-07-22 08:57:17 +03:00
parent 9684d9a173
commit 2ce605ad31

View file

@ -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)