Hi everyone, in order to change my RGB keyboard color at startup (because color is always going back to blue when I shutdown my Legion 5), I use this github app.

But when I add a startup program (with cinnamon menu) and write

~/Application/legion-kb-rgb set -e Static -c 200,150,0,200,150,0,200,150,0,200,150,0

it’s not executed at startup (but it worked in terminal when I use it manually) . What I am doing wrong please?

  • aebletrae [she/her]
    link
    fedilink
    English
    39 months ago

    Did you literally use ~ as the start of the path in the Startup Applications GUI? That’s fine for the terminal—it will fill in /home/nosnahc (or whatever your home directory really is) for you—but, for the startup applications, you need to specify the path in full.

    Try:—

    /home/nosnahc/Application/legion-kb-rgb set -e Static -c 200,150,0,200,150,0,200,150,0,200,150,0

    changing your username as necessary.

  • Krafting
    link
    fedilink
    39 months ago

    Have you tried OpenRGB? It might work in setting your keyboard lights, and there is an option to launch at startup and also liad a profile automatically too.

    • @nosnahcOP
      link
      19 months ago

      Look like Openrgb doesn’t recognise my Laptop Keyboard.

      • Krafting
        link
        fedilink
        19 months ago

        Did you add the udev rules ? How did you install it ?

        • @nosnahcOP
          link
          29 months ago

          Sorry, the other solution worked so I don’t investigate more with Openrgb