diff options
| author | bh <qn+git@epicurus.dev> | 2026-03-23 00:15:18 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-03-23 00:15:18 +0800 |
| commit | a16a2e3d85830082e3c33e318a4399859e4516b1 (patch) | |
| tree | 830c8379c61c7e6d2f50d7c9e3996507d56cd6a4 /system/ly/etc | |
| parent | f8e77b7f064a1dda2a5d5d64e76ea5db7a619894 (diff) | |
Tweak ly configuration
Diffstat (limited to 'system/ly/etc')
| -rw-r--r-- | system/ly/etc/ly/config.ini | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/system/ly/etc/ly/config.ini b/system/ly/etc/ly/config.ini index 7a8bf7d..8d0ccd3 100644 --- a/system/ly/etc/ly/config.ini +++ b/system/ly/etc/ly/config.ini @@ -4,6 +4,7 @@ # Screen animation style animation = colormix +# animation = gameoflife # ╔════════════════════════════════════════════════════════════╗ @@ -35,6 +36,12 @@ clock = %a %b %d %T %Y # Enable full colour rendering full_color = true +# Character used to mask the password +asterisk = 0x2022 + +# How many times to retry authenticationt +auth_fails = 3 + # Show a blank input box blank_box = true @@ -45,10 +52,10 @@ hide_borders = false hide_key_hints = false # Show keyboard lock indicators (Caps/Num/etc.) -hide_keyboard_locks = true +hide_keyboard_locks = false # Show version string -hide_version_string = false +hide_version_string = true # ╔════════════════════════════════════════════════════════════╗ @@ -59,7 +66,8 @@ hide_version_string = false fg = 0x008AFFFF # Background colour -bg = 0x00003636 +# bg = 0x00003636 +bg = 0x001e1e2e # Border colour border_fg = 0x008AFFFF @@ -69,14 +77,20 @@ error_fg = 0x00FF373D # ╔════════════════════════════════════════════════════════════╗ -# ║ 🧪 Colormix Palette ║ +# ║ 🧪 Palette # ╚════════════════════════════════════════════════════════════╝ -# First gradient/mix colour -colormix_col1 = 0x008AFFFF +# colormix_col1 = 0x00003636 +# colormix_col2 = 0x00008081 +# colormix_col3 = 0x00FFC600 +# colormix_col3 = 0x0003446 +colormix_col1 = 0x00003636 +colormix_col2 = 0x00008081 +colormix_col3 = 0x00002929 + -# Second gradient/mix colour -colormix_col2 = 0x000080FF +# Game of Life settings +gameoflife_fg = 0x00003636 +gameoflife_frame_delay = 3 +gameoflife_entropy_interval = 10 -# Third gradient/mix colour -colormix_col3 = 0x00FFC600 |
