I want to create an indicator for LXDE Panel
that prints my GPU
temperature by using the following command:
watch -n 5 nvidia-smi --query-gpu = temperature.gpu --format = csv, noheader
I just want that mini application prints that number every 5 seconds or 2. What tools do I need to create it? How I can start? Thanks in advance.