diff options
Diffstat (limited to 'system/ly')
| -rw-r--r-- | system/ly/etc/ly/config.ini | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/system/ly/etc/ly/config.ini b/system/ly/etc/ly/config.ini new file mode 100644 index 0000000..7a8bf7d --- /dev/null +++ b/system/ly/etc/ly/config.ini @@ -0,0 +1,82 @@ +# ╔════════════════════════════════════════════════════════════╗ +# ║ 🎞️ Animation Settings ║ +# ╚════════════════════════════════════════════════════════════╝ + +# Screen animation style +animation = colormix + + +# ╔════════════════════════════════════════════════════════════╗ +# ║ 🕒 Clock Settings ║ +# ╚════════════════════════════════════════════════════════════╝ + +# Enable the large clock display +bigclock = en + +# Use 24-hour time format +bigclock_12hr = false + +# Hide seconds in the large clock +bigclock_seconds = false + +# Main clock format: +# %a = abbreviated weekday +# %b = abbreviated month +# %d = day of month +# %T = HH:MM:SS +# %Y = full year +clock = %a %b %d %T %Y + + +# ╔════════════════════════════════════════════════════════════╗ +# ║ 🎨 General Appearance ║ +# ╚════════════════════════════════════════════════════════════╝ + +# Enable full colour rendering +full_color = true + +# Show a blank input box +blank_box = true + +# Keep borders visible +hide_borders = false + +# Show key hints on screen +hide_key_hints = false + +# Show keyboard lock indicators (Caps/Num/etc.) +hide_keyboard_locks = true + +# Show version string +hide_version_string = false + + +# ╔════════════════════════════════════════════════════════════╗ +# ║ 🌈 Colour Settings ║ +# ╚════════════════════════════════════════════════════════════╝ + +# Foreground colour +fg = 0x008AFFFF + +# Background colour +bg = 0x00003636 + +# Border colour +border_fg = 0x008AFFFF + +# Error text colour +error_fg = 0x00FF373D + + +# ╔════════════════════════════════════════════════════════════╗ +# ║ 🧪 Colormix Palette ║ +# ╚════════════════════════════════════════════════════════════╝ + +# First gradient/mix colour +colormix_col1 = 0x008AFFFF + +# Second gradient/mix colour +colormix_col2 = 0x000080FF + +# Third gradient/mix colour +colormix_col3 = 0x00FFC600 |
