From 6053d6249c7b3516d257590b05cc5ac3ec1b95ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Montan=C3=A9?= <14808539+MartorSkull@users.noreply.github.com> Date: Thu, 16 Apr 2026 06:49:35 +0200 Subject: [PATCH] Update config.ini position comments for clarity --- res/config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/config.ini b/res/config.ini index 6b4954d..204f10e 100644 --- a/res/config.ini +++ b/res/config.ini @@ -101,11 +101,11 @@ border_fg = 0x00FFFFFF # If set to null, none will be shown box_title = null -# Relative horizontal position from the end of the screen +# Relative horizontal position from the left side of the screen # default: 0.5 (center) box_h_position = 0.5 -# Relative vertical position from the bottom of the screen +# Relative vertical position from the top of the screen # default: 0.5 (center) box_v_position = 0.5