commit 9e10c53c6039cbed09a9c00e56e2f99aad7082b6
parent 9185e59c668a2d690bf7f895dd891996e58c58b3
Author: Georg Neis <gn@wmii.de>
Date: Thu, 23 Mar 2006 11:03:43 +0100
status: hide stderr of remove
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rc/status b/rc/status
@@ -6,7 +6,7 @@ xwrite() {
echo -n "$@" | wmiir write "$file"
}
-wmiir remove /bar/status && sleep 2
+wmiir remove /bar/status 2>/dev/null && sleep 2
wmiir create /bar/status
xwrite /bar/status/colors $WMII_NORMCOLORS