X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/e6f3e74e0c087d10d5b20448b3554cdb8b1f9fce..36b0ed19bbf1f99172ee267799b9eca1b418c4df:/widgets/calendar.lua diff --git a/widgets/calendar.lua b/widgets/calendar.lua index 7e52308..b811f70 100644 --- a/widgets/calendar.lua +++ b/widgets/calendar.lua @@ -117,11 +117,14 @@ function calendar:attach(widget, args) beautiful.font:find(" ")) calendar.font_size = tonumber(args.font_size) or 11 calendar.fg = args.fg or beautiful.fg_normal or "#FFFFFF" - calendar.bg = args.bg or beautiful.bg_normal or "#FFFFFF" + calendar.bg = args.bg or beautiful.bg_normal or "#000000" calendar.position = args.position or "top_right" calendar.scr_pos = args.scr_pos or 1 calendar.followmouse = args.followmouse or false + calendar.fg = string.sub(calendar.fg, 1, 7) + calendar.bg = string.sub(calendar.bg, 1, 7) + calendar.offset = 0 calendar.notify_icon = nil