#! /bin/bash

PATH="$HOME/bin:/usr/bin:/usr/local/bin:/bin"
export PATH="$HOME/bin:/usr/bin:/usr/local/bin:/bin"

# nice background
exec feh --bg-scale "$HOME/_wallpapers/nature_0020.jpg" &

# OpenOffice.Org with GTK2 support
export OOO_FORCE_DESKTOP="gnome"

#topRightSbar
exec conkycli -c '/home/asfalatus/.conkyclirc' | dzen2 -x '644' -y '0' -w '540' -h '16' -ta 'r' -bg '#242424' -fg '#dfdfdf' -fn '-*-terminus-*-*-*-*-12-*-*-*-*-*-*-*' &

#bottomSbar
exec conkycli -c '/home/asfalatus/.conkyclirc2' | dzen2 -x '0' -y '784' -w '1280' -h '16' -ta 'r' -bg '#242424' -fg '#dfdfdf' -fn '-*-terminus-*-*-*-*-12-*-*-*-*-*-*-*' &

#mySysTray
exec stalonetray > /dev/null 2>&1 &

#myMUA
exec claws-mail &

#myIMC
exec pidgin &

exec xrdb -load ~/.Xresources &
exec xmonad
