Thanks Bratmon. But no cigar. I've created this script:
Code:
#!/bin/bash
for (( ; ; ))
do
#sleep 3600
#sleep 600
sleep 5
xscreensaver-command -time
done
It's output is a long stream of this:
Code:
xscreensaver-command: no screensaver is running on display :0.0
xscreensaver-command: no screensaver is running on display :0.0
xscreensaver-command: no screensaver is running on display :0.0
xscreensaver-command: no screensaver is running on display :0.0
(etc, etc)
When I leave my computer alone and the screensaver turns on, I would expect the output to start streaming something other than the above, but it's the same.
So, I'm still at square one.