Autostarting dithering mode #32
-
|
Hi, I'm trying to set up auto start - setting the colours is fine. But im trying to get dithering to autostart as well: If I take the dithering line out, no problem. Just leaving dithering in and removing the colour line, I get this when enabling: Being new to CachyOS, am I correct that I can have multiple ExecStart lines? Would you please help me with this? I tried Suggesting that the dithering setting is still wrong. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
I think you'd need the Seems like it supports two ExecStarts, but I'd recommend making two separate Footnotes
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the reply, I have done that now. on it's own in the service still gives The error codes are: Doesn't happen with the colour vibrancy service tho. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, that is now working great. Appreciate your help! |
Beta Was this translation helpful? Give feedback.
Looks like you haven't prefixed
ExecStartwith/usr/bin/env, double check my last comment 😉Note how it's trying to run
ATTRIBUTE=ditheringas the binary name and failing. Again, this syntax is interpreted and solved by a shell environment, which is not the case here (unless the command itself isshell -c 'commands')Your service should look something like:
Or the previous's comment one for also explicitly setting the 'vibrance' attribute (default) in the second command