aboutsummaryrefslogtreecommitdiff
path: root/xwicd
diff options
context:
space:
mode:
Diffstat (limited to 'xwicd')
-rwxr-xr-xxwicd8
1 files changed, 8 insertions, 0 deletions
diff --git a/xwicd b/xwicd
new file mode 100755
index 0000000..84a82c1
--- /dev/null
+++ b/xwicd
@@ -0,0 +1,8 @@
+#!/bin/bash
+#
+# Start wicd if on laptop boxes.
+#
+
+if laptop-detect; then
+ wicd-gtk --tray
+fi