Let the screensaver effects draw in color

This commit is contained in:
2026-09-21 02:10:16 +00:00
parent 90c22b4e0c
commit c0c4eadfe1
+1 -1
View File
@@ -22,7 +22,7 @@ effect_args() {
)
printf '%s\n' -i "$input" --frame-rate 120 --canvas-width 0 --canvas-height 0 \
--anchor-canvas c --anchor-text c --no-color \
--anchor-canvas c --anchor-text c \
"${effects[RANDOM % ${#effects[@]}]}"
}