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