My flow looks like this:
Button: Show Log
Exec: /user/bin/sudo tail -f /home/xxxx.log
Returns a pid: 22392
I would like to have a window on the dashboard showing continuously the "output" of the logfile.
Additional ask:
My additional flow looks like this:
Button: Open Alsamixer
Exec: /user/bin/sudo alsamixer
Should open a terminal window inside the dashboard with the alsamixer and it would be great to allow changes...as on the cmd line console.
Is it possible to embed a browser window with the url: https://XXXXXXXXX.com ? in the Dashboard?
Many thanks for your hints!
Pete