From a0bd2798accb561db079aebbdd3ee8d4d9c65465 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Sun, 30 Mar 2014 12:30:59 +0200 Subject: [PATCH] calendar: cal variable added --- widgets/calendar.lua | 7 ++++--- wiki | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/widgets/calendar.lua b/widgets/calendar.lua index c9e265a..bd7f08c 100644 --- a/widgets/calendar.lua +++ b/widgets/calendar.lua @@ -37,13 +37,13 @@ function calendar:show(t_out, inc_offset) local tims = t_out or 0 local f, c_text local today = tonumber(os.date('%d')) - local init_t = '/usr/bin/cal | sed -r -e "s/(^| )( ' + local init_t = calendar.cal .. ' | sed -r -e "s/(^| )( ' if offs == 0 then -- current month showing, today highlighted if today >= 10 then - init_t = '/usr/bin/cal | sed -r -e "s/(^| )(' + init_t = calendar.cal .. ' | sed -r -e "s/(^| )(' end calendar.offset = 0 @@ -80,7 +80,7 @@ function calendar:show(t_out, inc_offset) calendar.notify_icon = nil - f = io.popen('/usr/bin/cal ' .. month .. ' ' .. year) + f = io.popen(calendar.cal .. ' ' .. month .. ' ' .. year) end c_text = "