summaryrefslogtreecommitdiff
path: root/.config/wmii/autostart
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-01-27 14:43:14 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-27 14:43:14 -0500
commit7b5d6d5f2e9be95cd1acdc5eb07f4487da8a1f64 (patch)
tree6de80fc6e6a1965621c99029f252eb3e21f3ae59 /.config/wmii/autostart
parentf2282f6cc0011fc761986c0e3b4e3735d4629e81 (diff)
mv .wmii .config/wmii; ln -s .config/wmii .wmii
Diffstat (limited to '.config/wmii/autostart')
-rwxr-xr-x.config/wmii/autostart11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/wmii/autostart b/.config/wmii/autostart
new file mode 100755
index 0000000..d95ce34
--- /dev/null
+++ b/.config/wmii/autostart
@@ -0,0 +1,11 @@
+#!/bin/bash
+. "$HOME/.wmii/include.sh"
+
+daemon lxpanel &> /dev/null
+daemon nm-applet &> /dev/null
+daemon notifyd &> /dev/null
+
+#Action rbar_cpu 01 &
+#Action rbar_wifi 97 &
+Action rbar_battery 98 &
+Action rbar_clock 99 &