status.sh 211 B

12345678910111213
  1. #!/bin/sh
  2. #WMFS status.sh example file
  3. #Will be executed if put in ~/.config/wmfs/
  4. #Timing adjustable in wmfsrc (misc -> status_timing)
  5. statustext()
  6. {
  7. local DATE=`date`
  8. wmfs -s "$DATE"
  9. }
  10. statustext