From 55972798840faa34a471e7fe40f406fa0bac3dbe Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Feb 2013 23:39:59 -0200 Subject: Adding xwicd --- xwicd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 xwicd (limited to 'xwicd') 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 -- cgit v1.2.3