summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/autostart
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 16:14:16 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 16:14:16 -0400
commit3d4a42a35204fc8860d9a2a7daf6d78149fad780 (patch)
tree9a523b53f23df4c353f516fe7808221074580413 /.config/wmii-hg/autostart
parent898792c030468ea10507d1609786273aeec38eb8 (diff)
add .config/wmii-hg for bleeding wmii
Diffstat (limited to '.config/wmii-hg/autostart')
-rwxr-xr-x.config/wmii-hg/autostart11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/wmii-hg/autostart b/.config/wmii-hg/autostart
new file mode 100755
index 0000000..dc37f40
--- /dev/null
+++ b/.config/wmii-hg/autostart
@@ -0,0 +1,11 @@
+#!/bin/bash
+. 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 &