Guest User

conky_start_kde.sh

a guest
May 7th, 2010
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. #! /bin/bash
  2. feh --bg-scale /home/drsexbot/Pictures/Desktop/techn0_by_nucu.png
  3. #sleep 3
  4. conky -c ~/.conky/.conkyrc_clock &
  5. conky -c ~/.conky/.conkyrc_music &
  6. conky -c ~/.conky/.conkyrc_net &
  7. conky -c ~/.conky/.conkyrc_netstat &
  8. conky -c ~/.conky/.conkyrc_process &
  9. conky -c ~/.conky/.conkyrc_sys &
  10. conky -c ~/.conky/.conkyrc_weather &
  11. #conky -c ~/.conky/.conkyrc_rss &
  12. #conky -c ~/.conky/.conkyrc_email &
  13. conky -c ~/.conky/.conkyrc_update &
  14. while inotifywait ~/.kde4/share/config/plasma-appletsrc; do
  15. feh --bg-scale /home/drsexbot/Pictures/Desktop/techn0_by_nucu.png
  16. done
Advertisement
Add Comment
Please, Sign In to add comment