mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
incremental improvements to ordering and grouping
This commit is contained in:
parent
317ea396d0
commit
6316d91472
1 changed files with 31 additions and 27 deletions
|
|
@ -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
|
||||
xsessions = /usr/share/xsessions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue