From: Silvio Rhatto Date: Fri, 8 Feb 2013 01:39:59 +0000 (-0200) Subject: Adding xwicd X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=55972798840faa34a471e7fe40f406fa0bac3dbe;p=scripts.git Adding 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