diff options
author | Pavel Makhov <pmakhov@theoctavegroup.com> | 2019-12-17 16:27:30 -0500 |
---|---|---|
committer | Pavel Makhov <pmakhov@theoctavegroup.com> | 2019-12-17 16:27:30 -0500 |
commit | a1f93fa8bd836f106acb3decbd1d21a9877e08f9 (patch) | |
tree | dc0ea8a89230c52e23dd75c7d37ef4cb4e824e1a /calendar-widget | |
parent | 2a1fb6011857f12d3bfc4a67b73f427f047a788f (diff) |
tiny refactoring
Diffstat (limited to 'calendar-widget')
-rw-r--r-- | calendar-widget/calendar.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar-widget/calendar.lua b/calendar-widget/calendar.lua index b98b3a4..c54fb5c 100644 --- a/calendar-widget/calendar.lua +++ b/calendar-widget/calendar.lua @@ -137,7 +137,6 @@ local function worker(args) ontop = true, visible = false, shape = gears.shape.rounded_rect, - preferred_positions = top, offset = { y = 5 }, border_width = 1, border_color = calendar_themes[theme].border, |