blob: d95ce340f14567005f2dfa9a85ef548fc8f72348 (
plain)
1
2
3
4
5
6
7
8
9
10
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 &
|