I want to load conky as root at startup. The problem is that when I run it as a normal user, there's a weird bug where all this stuff shows up that I already edited out of the config file. But when I run conky as root, it runs displaying how I configured it in the conky.conf file.
In simple terms, how do I run an app at startup as root?
In the startup config file, I already tried
conky -root &
and it doesn't even start.
When I put in
conky &
it runs as if I ran it as a normal user and all the bugs display.
Any and all help would be appreciated.