aboutsummaryrefslogtreecommitdiff
path: root/xwicd
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-07 23:39:59 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-07 23:39:59 -0200
commit55972798840faa34a471e7fe40f406fa0bac3dbe (patch)
tree3de4e1e237fc44eebd9a22bbcd93d6f271f85a18 /xwicd
parentb7cfd73a6691c8958949ae6c87d7bc3c6cb5f179 (diff)
downloadscripts-55972798840faa34a471e7fe40f406fa0bac3dbe.tar.gz
scripts-55972798840faa34a471e7fe40f406fa0bac3dbe.tar.bz2
Adding xwicd
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