webketje/tuxedo-backlight-control

Color setting pink is not pink

Trollwut opened this issue · 4 comments

Hi there!

Just wanted to say, that Pink doesn't show a Pink color for me. Fuchsia though is Fuchsia, so it could work.

Pink is more like a yellowish color.

Example images:

  • Pink (the pink hint on the right comes from the screen)
  • Fuchsia+

My model is a Clevo P775TM1-G. If you need any further information, please ask!

Thank you, yes I must have messed up color order for 1 or 2 colors in the last release, I'll check them and re-release soon

@Trollwut I checked and the colors are correct. I've pushed an update to the readme with a screenshot of all the colors and matching names. I know "pink" looks more like "rose" but this is the official color word for it. See here for example: https://www.w3schools.com/colors/colors_names.asp

Thanks for the response!

I know "pink" looks more like "rose" but this is the official color word for it.

Well yeah, but it certainly shouldn't be yellow. :D

I updated yesterday, as the AUR package is based on your git. But now it doesn't open anymore for me:

$ backlight ui
Traceback (most recent call last):
  File "/usr/local/bin/backlight", line 7, in <module>
    from backlight_control import BacklightControl, backlight
ModuleNotFoundError: No module named 'backlight_control'
$ /usr/share/tuxedo-backlight-control/ui.py
Traceback (most recent call last):
  File "/usr/share/tuxedo-backlight-control/ui.py", line 5, in <module>
    from backlight_control import backlight
ModuleNotFoundError: No module named 'backlight_control'

I haven't had time yet to look further into it, so I might solve it the comming days (if this isn't a known error anyway)

changed from the tuxedo-backlight-control package to tuxedo-backlight-control-git package (both from AUR) and now got this error:

$ /usr/share/tuxedo-backlight-control/ui.py                                                                                           8.2s
Traceback (most recent call last):
  File "/usr/share/tuxedo-backlight-control/ui.py", line 349, in <module>
    init()
  File "/usr/share/tuxedo-backlight-control/ui.py", line 344, in init
    App(root)
  File "/usr/share/tuxedo-backlight-control/ui.py", line 58, in __init__
    initial_mode = backlight.mode.capitalize()
AttributeError: 'NoneType' object has no attribute 'capitalize'