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

Restore option to set background and text color on a module basis #568

Closed
amcooper opened this issue Aug 29, 2019 · 1 comment
Closed

Restore option to set background and text color on a module basis #568

amcooper opened this issue Aug 29, 2019 · 1 comment
Labels
🐛 bug "Houston, we've had a problem."

Comments

@amcooper
Copy link

What's broken?

Feature request #307 , which was to allow configuring background and text colors by module, and which was implemented in pull request #320 , has regressed.
A config written as below will not render the module colors as expected.

# config.yml
# [snip]
  mods:
    battery:
      type: power
      title: "⚡️"
      enabled: true
      colors:
        background: "white"
        text: "black"
# [snip]
@senorprogrammer senorprogrammer added the 🐛 bug "Houston, we've had a problem." label Aug 29, 2019
@senorprogrammer
Copy link
Collaborator

Fixed by #604

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug "Houston, we've had a problem."
Development

No branches or pull requests

2 participants