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]
    hexbear
    3
    9 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.