
asfethan
By: a guest on Jan 6th, 2010 | syntax:
None | size: 1.57 KB | hits: 73 | expires: Never
#! /bin/bash
PATH="$HOME/bin:/usr/bin:/usr/local/bin:/bin"
export PATH="$HOME/bin:/usr/bin:/usr/local/bin:/bin"
# set users fonts dir
#exec xset +fp "$HOME/.xfonts" &
#exec xset fp rehash &
# nice background
exec feh --bg-scale "/home/asfalatus/_wallpapers/Bs_Black_Floor.jpg" &
# OpenOffice.Org with GTK2 support
export OOO_FORCE_DESKTOP="gnome"
# dzen bars
exec echo "" | dzen2 -x '0' -y '0' -w '1280' -h '17' -bg '#202020' -fg '#dfdfdf' -ta 'c' -fn '-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*' -p &
exec echo "" | dzen2 -x '0' -y '-1' -w '1280' -h '17' -bg '#202020' -fg '#dfdfdf' -ta 'c' -fn '-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*' -p &
sleep 2
exec conkycli -c .conkyclirc | dzen2 -x '700' -y '0' -w '580' -h '16' -bg '#080808' -fg '#b0b0b0' -ta 'r' -fn '-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*' &
exec conkycli -c .conkyclirc.bottom.left | dzen2 -x '0' -y '-1' -w '370' -h '16' -bg '#080808' -fg '#b0b0b0' -ta 'l' -tw '370' -l '7' -fn '-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*' -e 'button1=togglecollapse;button2=exit:13' &
exec conkycli -c .conkyclirc.bottom.right | dzen2 -x '420' -y '-1' -w '860' -h '16' -bg '#080808' -fg '#b0b0b0' -ta 'r' -fn '-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*' &
exec conkycli -c .conkyclirc.bottom.center | dzen2 -x '371' -y '-1' -w '300' -h '16' -bg '#080808' -fg '#b0b0b0' -ta 'c' -tw '48' -l '7' -fn '-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*' -e 'button1=togglecollapse;button2=exit:13' &
#myMUA
exec claws-mail &
exec liferea &
#myIMC
exec pidgin &
exec skype &
exec xrdb -load ~/.Xresources &
exec xmonad