Fix default status.sh

This commit is contained in:
Martin Duquesnoy 2012-02-01 14:18:18 +01:00
parent acc66f62ab
commit 50f0911f10

View File

@ -7,7 +7,7 @@ statustext()
{ {
# Syntax : status <bar name> <data> # Syntax : status <bar name> <data>
# possible sequences as data: \s[] \R[] \i[] # possible sequences as data: \s[] \R[] \i[]
wmfs -c "status default `date`" wmfs -c status "default `date`"
} }
while true; while true;