wmfs/rc/status.sh
2010-01-24 16:44:26 +01:00

12 lines
188 B
Bash
Executable File

#!/bin/sh
#WMFS status.sh example file
#Will be executed if put in ~/.config/wmfs/
#Timing adjustable in wmfsrc (misc -> status_timing)
statustext()
{
wmfs -s "`date`"
}
statustext