cal: changed default font_size

This commit is contained in:
luke bonham 2013-09-28 11:50:08 +02:00 committed by copycat-killer
parent 94a9ebeca1
commit 0be3219868
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Description
----------- -----------
Successor of awesome-vain_, this costantly evolving module Successor of awesome-vain_, this costantly evolving module
provides new layouts, a set of widgets and utility functions provides new layouts, a set of widgets and utility functions,
in order to improve Awesome_ usability and configurability. in order to improve Awesome_ usability and configurability.
Read the wiki_ for all the info. Read the wiki_ for all the info.

View File

@ -105,7 +105,7 @@ end
function calendar:attach(widget, args) function calendar:attach(widget, args)
local args = args or {} local args = args or {}
calendar.icons = args.icons or icons_dir .. "cal/white/" calendar.icons = args.icons or icons_dir .. "cal/white/"
calendar.font_size = tonumber(args.font_size) or 12 calendar.font_size = tonumber(args.font_size) or 11
calendar.fg = args.fg or beautiful.fg_normal or "#FFFFFF" 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 "#FFFFFF"
calendar.position = args.position or "top_right" calendar.position = args.position or "top_right"