From 6316d9147273b567f5f6ecbf89cbe2b8adec6a45 Mon Sep 17 00:00:00 2001 From: AdrianGroty Date: Fri, 19 Dec 2025 21:52:42 -0600 Subject: [PATCH] incremental improvements to ordering and grouping --- res/config.ini | 58 +++++++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/res/config.ini b/res/config.ini index 8328068..dc682ad 100644 --- a/res/config.ini +++ b/res/config.ini @@ -177,15 +177,31 @@ doom_middle_color = 0x00C78F17 doom_bottom_color = 0x00FFFFFF -# DUR ART # -# Dur file path -dur_file_path = /etc/ly/example.dur +# CMATRIX # +# CMatrix animation foreground color id +cmatrix_fg = 0x0000FF00 -# Dur offset x direction -dur_x_offset = 0 +# CMatrix animation character string head color id +cmatrix_head_col = 0x01FFFFFF -# Dur offset y direction -dur_y_offset = 0 +# CMatrix animation minimum codepoint. It uses a 16-bit integer +# For Japanese characters for example, you can use 0x3000 here +cmatrix_min_codepoint = 0x21 + +# CMatrix animation maximum codepoint. It uses a 16-bit integer +# For Japanese characters for example, you can use 0x30FF here +cmatrix_max_codepoint = 0x7B + + +# COLOR MIXING SHADER # +# Color mixing animation first color id +colormix_col1 = 0x00FF0000 + +# Color mixing animation second color id +colormix_col2 = 0x000000FF + +# Color mixing animation third color id +colormix_col3 = 0x20000000 # CONWAY'S GAME OF LIFE # @@ -211,29 +227,17 @@ gameoflife_frame_delay = 6 gameoflife_initial_density = 0.4 -# CMATRIX # -# CMatrix animation foreground color id -cmatrix_fg = 0x0000FF00 +# DUR ART # +# Dur file path +dur_file_path = /etc/ly/example.dur -# CMatrix animation character string head color id -cmatrix_head_col = 0x01FFFFFF +# Dur offset x direction +dur_x_offset = 0 -# CMatrix animation minimum codepoint. It uses a 16-bit integer -# For Japanese characters for example, you can use 0x3000 here -cmatrix_min_codepoint = 0x21 +# Dur offset y direction +dur_y_offset = 0 -# CMatrix animation maximum codepoint. It uses a 16-bit integer -# For Japanese characters for example, you can use 0x30FF here -cmatrix_max_codepoint = 0x7B -# Color mixing animation first color id -colormix_col1 = 0x00FF0000 - -# Color mixing animation second color id -colormix_col2 = 0x000000FF - -# Color mixing animation third color id -colormix_col3 = 0x20000000 ########################################################################## @@ -405,4 +409,4 @@ xinitrc = ~/.xinitrc # Xorg desktop environments # You can specify multiple directories, # e.g. /usr/share/xsessions:/usr/local/share/xsessions -xsessions = /usr/share/xsessions \ No newline at end of file +xsessions = /usr/share/xsessions