X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/a0ef929416911ae82944c881df4be82739844606..a776679884b5d5f6ea026cc215d262b036f6b8b5:/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