X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/98c69dc64d151fa737e9466f6c545045f102589f..af3bcd29922f918780b42273d6d174e7d2b0a0d1:/widgets/calendar.lua 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