From 205abc085f561aa0d11152a8c7b459d465b8c0ee Mon Sep 17 00:00:00 2001 From: The_Hs5 Date: Fri, 23 Aug 2024 17:10:31 +0330 Subject: [PATCH] modified: config.lua --- config.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.lua b/config.lua index 3aa660d..b767a87 100644 --- a/config.lua +++ b/config.lua @@ -93,13 +93,13 @@ Cfg.ForceDefaultTitle = false -- You can use 'top', 'right', 'left' for positioning -- If not specified, the tag will default to 'auto' Cfg.LocationMapping = { - ['top'] = {right = '50%', top = '94%'}, -- Centered at the top - ['top-right'] = {right = '1%', top = '94%'}, -- Top right corner - ['top-left'] = {left = '1%', top = '94%'}, -- Top left corner + ['top'] = {right = '50%', top = '6%'}, -- Centered at the top + ['top-right'] = {right = '1%', top = '6%'}, -- Top right corner + ['top-left'] = {left = '1%', top = '6%'}, -- Top left corner ['center'] = {right = '50%', top = '35%'}, -- Centered ['center-right'] = {right = '1%', top = '35%'}, -- Center right ['center-left'] = {left = '1%', top = '35%'}, -- Center left - ['bottom'] = {right = '50%', top = '6%'}, -- Centered at the bottom - ['bottom-right'] = {right = '1%', top = '6%'}, -- Bottom right corner - ['bottom-left'] = {left = '1%', top = '6%'}, -- Bottom left corner + ['bottom'] = {right = '50%', top = '88%'}, -- Centered at the bottom + ['bottom-right'] = {right = '1%', top = '88%'}, -- Bottom right corner + ['bottom-left'] = {left = '1%', top = '88%'}, -- Bottom left corner } \ No newline at end of file