mirror of
https://github.com/0intro/wmii
synced 2024-12-26 21:29:45 +03:00
status: hide stderr of remove
This commit is contained in:
parent
9185e59c66
commit
9e10c53c60
@ -6,7 +6,7 @@ xwrite() {
|
|||||||
echo -n "$@" | wmiir write "$file"
|
echo -n "$@" | wmiir write "$file"
|
||||||
}
|
}
|
||||||
|
|
||||||
wmiir remove /bar/status && sleep 2
|
wmiir remove /bar/status 2>/dev/null && sleep 2
|
||||||
wmiir create /bar/status
|
wmiir create /bar/status
|
||||||
xwrite /bar/status/colors $WMII_NORMCOLORS
|
xwrite /bar/status/colors $WMII_NORMCOLORS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user