Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to change text color in marquee modes #43

Closed
KhanSW opened this issue Feb 22, 2020 · 2 comments
Closed

Not able to change text color in marquee modes #43

KhanSW opened this issue Feb 22, 2020 · 2 comments

Comments

@KhanSW
Copy link

KhanSW commented Feb 22, 2020

I've been attempting to get a marquee animation going with matching text color (0,128,255) but no matter how I enter it I always get the color I want on the marquee but not the text (keeps defaulting to a pinkish / purple color).

The commands I have tried are:

colctl --mode marquee -c 0,128,255 -c0 0,128,255 -as 1
or
colctl --mode marquee --text_color 0,128,255 --color0 0,128,255 -as 1

When I try and add a color count to the argument it bypasses the color selection completely and gives me a red marquee with a teal text (no matter what rgb color code I enter).

Am I missing something?

@jneumaier
Copy link
Collaborator

REAMDE.md says "Text color is always black" and it behaves the same for me.

You might want to try liquidctl:
https://github.com/jonasmalacofilho/liquidctl/blob/master/docs/nzxt-kraken-x-3rd-generation.md

It is a successor of this project and used as a driver for krakenx as well. If it is supported, it should work there. I should put a link to liquidctl on the main page :-)

@KhanSW
Copy link
Author

KhanSW commented Feb 22, 2020

Thank you, that fixed it for me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants