Branch for wmfs2
This commit is contained in:
11
scripts/status.sh
Executable file
11
scripts/status.sh
Executable 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
|
||||
Reference in New Issue
Block a user