mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
calendar: Update once per day instead of once per minute
This commit is contained in:
parent
9684d9a173
commit
2ce605ad31
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue