daps icon indicating copy to clipboard operation
daps copied to clipboard

Fix color examples in the border_replacerr config

Open mvanbaak opened this issue 1 year ago • 3 comments

The example has color: "#XXXXXX" but the code needs an array, and if used as in the config it will try to set each character as a color. Fixed configuration example.

mvanbaak avatar Apr 13 '24 15:04 mvanbaak

Then ideally to fix the issue it would be regardless of the users input to have a string converted to a list.

Drazzilb08 avatar Apr 14 '24 16:04 Drazzilb08

Then ideally to fix the issue it would be regardless of the users input to have a string converted to a list.

Ok, that is also an option. Let me cook something up after the weekend then

mvanbaak avatar Apr 14 '24 16:04 mvanbaak

This hasn't been forgotten about, just been dumb busy recently.

Drazzilb08 avatar Apr 25 '24 01:04 Drazzilb08

Submitted a better solution to actually fix the problem.

Drazzilb08 avatar Jul 03 '24 15:07 Drazzilb08