wmfs/rc/status.sh
2011-02-15 17:57:24 +01:00

12 lines
188 B
Bash

#!/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