mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
Update res/config.ini
refined grouping and ordering of items a bit
This commit is contained in:
parent
dfb6a2114d
commit
e4872d4360
1 changed files with 32 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue