]> gitweb.fluxo.info Git - scripts.git/commitdiff
Adding xwicd
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Feb 2013 01:39:59 +0000 (23:39 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Feb 2013 01:39:59 +0000 (23:39 -0200)
xwicd [new file with mode: 0755]

diff --git a/xwicd b/xwicd
new file mode 100755 (executable)
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