From 4b2bb0b413766b23a9716984566aaaf0597ce961 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Sat, 28 Sep 2013 11:50:08 +0200 Subject: [PATCH] cal: changed default font_size --- README.rst | 2 +- widgets/calendar.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f7e5611..75ed867 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/widgets/calendar.lua b/widgets/calendar.lua index 8c707c8..f684fd7 100644 --- a/widgets/calendar.lua +++ b/widgets/calendar.lua @@ -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" -- 2.39.2