Branch for wmfs2

This commit is contained in:
Martin Duquesnoy
2011-09-23 22:59:45 +02:00
parent c03f051f3a
commit 4418cf6bbb
34 changed files with 246 additions and 4792 deletions

11
scripts/status.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/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`"
}
while true; do statustext; sleep 10; done