Guest

asfethan

By: a guest on Jan 6th, 2010  |  syntax: None  |  size: 1.57 KB  |  hits: 73  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. #! /bin/bash
  2.  
  3. PATH="$HOME/bin:/usr/bin:/usr/local/bin:/bin"
  4. export PATH="$HOME/bin:/usr/bin:/usr/local/bin:/bin"
  5.  
  6. # set users fonts dir
  7. #exec xset +fp "$HOME/.xfonts" &
  8. #exec xset fp rehash &
  9.  
  10. # nice background
  11. exec feh --bg-scale "/home/asfalatus/_wallpapers/Bs_Black_Floor.jpg" &
  12.  
  13. # OpenOffice.Org with GTK2 support
  14. export OOO_FORCE_DESKTOP="gnome"
  15.  
  16. # dzen bars
  17. exec echo "" | dzen2 -x '0' -y '0' -w '1280' -h '17' -bg '#202020' -fg '#dfdfdf' -ta 'c' -fn '-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*' -p &
  18. exec echo "" | dzen2 -x '0' -y '-1' -w '1280' -h '17' -bg '#202020' -fg '#dfdfdf' -ta 'c' -fn '-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*' -p &
  19. sleep 2
  20.  
  21. exec conkycli -c .conkyclirc | dzen2 -x '700' -y '0' -w '580' -h '16' -bg '#080808' -fg '#b0b0b0' -ta 'r' -fn '-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*' &
  22.  
  23. 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' &
  24.  
  25. 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-*-*-*-*-*-*-*' &
  26.  
  27. 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' &
  28.  
  29. #myMUA
  30. exec claws-mail &
  31. exec liferea &
  32.  
  33. #myIMC
  34. exec pidgin &
  35. exec skype &
  36.  
  37. exec xrdb -load ~/.Xresources &
  38. exec xmonad