Hmmm...I'm still not getting a change in my clock with that code. Here's what my status.sh looks like. Is there anything that I should change?
#!/bin/sh
#WMFS status.sh example file
#Will be executed if put in ~/.config/wmfs/
#Timing adjustable in wmfsrc (misc -> status_timing)
statustext()
{
HOUR="`date "+%I:%M'`"
wmfs -s "$HOUR"
}
while true; do statustext; sleep 10; done
Thanks for the help, ivo. Sometimes config files give me a lot of trouble, and this is unfortunately one of those times.
EDIT: Forgot to mention that status script still isn't autostarting, even with the code you gave me to put into the wmfsrc. I'm constantly having to right-click on the script and hit Execute for the time/date to pop up in the bar.
Last edited by h8uthemost (2011-10-19 02:07:30)