How can I display the host name on a theme?
Thanks Bob
Add a text meter like this in the .theme file (after the KARAMBA line) TEXT X=0 Y=0 SENSOR=PROGRAM PROGRAM="/bin/hostname"
Change X and Y to whereever you want to display the hostname. You may add color, font and fontsize too.
Replace /bin/hostname with the path on your system
Log in to post a comment.
How can I display the host name on a theme?
Thanks
Bob
Add a text meter like this in the .theme file (after the KARAMBA line)
TEXT X=0 Y=0 SENSOR=PROGRAM PROGRAM="/bin/hostname"
Change X and Y to whereever you want to display the hostname. You may add color, font and fontsize too.
Replace /bin/hostname with the path on your system