jxai / lean-conky-config

Lean Conky config that just works
MIT License
121 stars 30 forks source link

Auto-start error about nvidia #15

Closed grmebdn closed 1 year ago

grmebdn commented 1 year ago

When i set auto start of the script, I cant load NVIDIA GPU info. I can start the script manually without error when i use your own user. But it will get the same error on GPU when i start the script by root. And the error info is conky: unknown variable '$nvidia' By the way, my operation system is Ubuntu 20.04

jxai commented 1 year ago

Output of conky -v would help the diagnosis

grmebdn commented 1 year ago

I found out why. There is no cmd: python in my /usr/bin. Make a link : sudo ln -s /usr/bin/python /usr/bin/python3 It's really a beautiful theme. Thank you