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

Show CPU frequency with logo color. Also remove pysensor dependency #35

Merged
merged 7 commits into from
May 29, 2020

Conversation

mpsdskd
Copy link
Contributor

@mpsdskd mpsdskd commented May 28, 2020

No description provided.

@mpsdskd
Copy link
Contributor Author

mpsdskd commented May 28, 2020

git is hard sometimes...

@@ -45,18 +20,21 @@ def print_available_sources(ctx,value):
@click.option("--bg-color", "bgColor", default="#00FFFF", help="Background LED's color")
@click.option("--cpu-color", "cpuColor", default="#FFA500", help="Color of the cpu load LED's")
@click.option("--brightness", type=click.IntRange(1, 5, clamp=True), default=3)
@click.option("--interval", type=click.FloatRange(0.01, 60, clamp=True), default=0.2)
@click.option("--interval", type=click.FloatRange(0.01, 60, clamp=True), default=0.1)
Copy link
Owner

@gfduszynski gfduszynski May 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this default value change intentional ?

Edit: Great work, --verbose is a nice touch 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, default values was only my personal choice and found its way into my PR as I didn't change it back.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I'll merge it, but I'll probably change the default back as I found that at 0.1s ring can flicker noticeably in my opinion.

Thanks for this awesome feature 👍

@gfduszynski gfduszynski merged commit 5880e68 into gfduszynski:master May 29, 2020
@gfduszynski gfduszynski mentioned this pull request May 29, 2020
mpsdskd added a commit to mpsdskd/cm-rgb that referenced this pull request May 29, 2020
Merge pull request gfduszynski#35 from mpsdskd/master
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

Successfully merging this pull request may close these issues.

None yet

2 participants