mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-04 07:14:21 +02:00
widget: display calendar widget on current screen
This commit is contained in:
parent
e975da83f9
commit
ffde6bd222
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ local cal = (
|
||||||
cal:gsub(" +\n","\n")),
|
cal:gsub(" +\n","\n")),
|
||||||
timeout = 0, hover_timeout = 0.5,
|
timeout = 0, hover_timeout = 0.5,
|
||||||
width = 160,
|
width = 160,
|
||||||
|
screen = mouse.screen,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue