aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxwicd4
1 files changed, 3 insertions, 1 deletions
diff --git a/xwicd b/xwicd
index 84a82c1..3dd8954 100755
--- a/xwicd
+++ b/xwicd
@@ -4,5 +4,7 @@
#
if laptop-detect; then
- wicd-gtk --tray
+ if which wicd-gtk &> /dev/null; then
+ wicd-gtk --tray
+ fi
fi