I have installed xmobar, xmonad on ubuntu 11.04.
#!/bin/bash
trayer --edge top --align right --SetDockType true --SetPartialStrut true \
--expand true --width 10 --transparent true --tint 0x191970 --height 12 &
nm-applet --sm-disable &
sleep 3
gnome-power-manager &
xmonad
I put this in my .xsession file. But it does not seem to execute. I believe so because I do not see any of the applications in my processes list after the xmonad starts. Is there anything I am missing?