-
Notifications
You must be signed in to change notification settings - Fork 21
Added lightbar "rainbow" mode #50
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
base: main
Are you sure you want to change the base?
Conversation
meson.build
Outdated
| [ | ||
| '-Wl,--exclude-libs=ALL', | ||
| '-DDUALSENSECTL_VERSION="@0@"'.format(meson.project_version()), | ||
| '-lm', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this
meson.build
Outdated
| meson_version: '>=0.58.0', | ||
| default_options: [ | ||
| 'c_std=c11', | ||
| 'c_std=c23', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no reason, thank you
|
Please remove the build.sh script. |
0e06671 to
efcde9a
Compare
|
I believe this should not belong here. Spawning child processes and managing their lifecycle is not a particularly suitable (or intended) job for this (or any) CLI tool. The currently provided implementation isn't doing a good job at it, either — storing PID in a file implies state-on-disk, which requires handling of reboots, crashes, double starts, TOCTOU races, etc. Consider using My 2 cents. |
|
FWIW, I think this might make a great place in the OpenRGB project. |
dualsensectl lightbar rainbow enable- enables rainbow modedualsensectl lightbar rainbow disable- disables it