From e4872d436000ca2f0fd9fc34e8bc19995eaa8895 Mon Sep 17 00:00:00 2001 From: OkayishComputer Date: Sat, 20 Dec 2025 04:04:12 +0100 Subject: [PATCH] Update res/config.ini refined grouping and ordering of items a bit --- res/config.ini | 64 +++++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/res/config.ini b/res/config.ini index 09758fd..8328068 100644 --- a/res/config.ini +++ b/res/config.ini @@ -59,22 +59,23 @@ error_fg = 0x01FF0000 # 0x0108 fg = 0x00FFFFFF -# The character used to mask the password -# You can either type it directly as a UTF-8 character (like *), or use a UTF-32 -# codepoint (for example 0x2022 for a bullet point) -# If null, the password will be hidden -# Note: you can use a # by escaping it like so: \# -asterisk = * - -# Identifier for battery whose charge to display at top left -# Primary battery is usually BAT0 or BAT1 -# If set to null, battery status won't be shown -battery_id = null - # Blank main box background # Setting to false will make it transparent blank_box = true +# Main Box Diagram: +# ┌Title─────────────────────────┐ +# │ │ +# │ < Info > │ +# │ │ +# │ environment < session > │ +# │ │ +# │ login < username > │ +# │ │ +# │ password ****** │ +# │ │ +# └──────────────────────────────┘ + # Title to show at the top of the main box # If set to null, none will be shown box_title = null @@ -85,14 +86,12 @@ edge_margin = 0 # Remove main box borders hide_borders = false -# Remove power management command hints -hide_key_hints = false - -# Remove keyboard lock states from the top right corner -hide_keyboard_locks = false - -# Remove version number from the top left corner -hide_version_string = false +# The character used to mask the password +# You can either type it directly as a UTF-8 character (like *), or use a UTF-32 +# codepoint (for example 0x2022 for a bullet point) +# If null, the password will be hidden +# Note: you can use a # by escaping it like so: \# +asterisk = * # Initial text to show on the info line # If set to null, the info line defaults to the hostname @@ -110,19 +109,20 @@ margin_box_v = 1 # Center the session name. text_in_center = false -# Here is a diagram of the main box layout: +# Identifier for battery whose charge to display at top left +# Primary battery is usually BAT0 or BAT1 +# If set to null, battery status won't be shown +battery_id = null + +# Remove power management command hints +hide_key_hints = false + +# Remove keyboard lock states from the top right corner +hide_keyboard_locks = false + +# Remove version number from the top left corner +hide_version_string = false -# ┌Title─────────────────────────┐ -# │ │ -# │ < Info > │ -# │ │ -# │ environment < session > │ -# │ │ -# │ login < username > │ -# │ │ -# │ password ****** │ -# │ │ -# └──────────────────────────────┘ # CLOCK # # Change the state and language of the big clock