X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/98c69dc64d151fa737e9466f6c545045f102589f..57e595c656255e1093d261b255f789017c002bc0:/widgets/calendar.lua?ds=sidebyside diff --git a/widgets/calendar.lua b/widgets/calendar.lua index f3d7b8a..4e6eda7 100644 --- a/widgets/calendar.lua +++ b/widgets/calendar.lua @@ -45,7 +45,7 @@ function calendar:show(t_out, inc_offset) then -- current month showing, today highlighted if today >= 10 then - init_t = calendar.cal .. ' | sed -r -e "s/(^| )(' + init_t = calendar.cal .. ' | sed -r -e "s/_\\x08//g" | sed -r -e "s/(^| )(' end calendar.offset = 0 @@ -98,7 +98,8 @@ function calendar:show(t_out, inc_offset) position = calendar.position, fg = calendar.fg, bg = calendar.bg, - timeout = tims + timeout = tims, + screen = client.focus and client.focus.screen or 1 }) end