mirror of https://github.com/lcpz/lain.git
cal: changed default font_size
This commit is contained in:
parent
94a9ebeca1
commit
0be3219868
|
@ -14,7 +14,7 @@ Description
|
|||
-----------
|
||||
|
||||
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.
|
||||
|
||||
Read the wiki_ for all the info.
|
||||
|
|
|
@ -105,7 +105,7 @@ end
|
|||
function calendar:attach(widget, args)
|
||||
local args = args or {}
|
||||
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.bg = args.bg or beautiful.bg_normal or "#FFFFFF"
|
||||
calendar.position = args.position or "top_right"
|
||||
|
|
Loading…
Reference in New Issue