Advertisement
Guest User

Untitled

a guest
Dec 4th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/usr/bin/bash
  2.  
  3. gnome-settings-daemon &
  4. while true
  5. do
  6. xsetroot -name "$(date +"%a %b %d %R")"
  7. sleep 5
  8. done &
  9. conky -d -y 2 &
  10. start-pulseaudio-x11 &
  11. gnome-volume-manager &
  12. dbus-launch &
  13. ck-launch-session &
  14.  
  15. exec dwm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement