start_conky.sh 445 B

12345678910111213141516171819
  1. #!/bin/bash
  2. ##### My (demuredemeanor) script for multiple conkys at the same time
  3. # Uses tabstop=4; shiftwidth=4 tabs; foldmarker={{{,}}};
  4. # https://notabug.org/demure/dotfiles/
  5. # legacy repo http://github.com/demure/dotfiles
  6. sleep 6s &&
  7. conky -d -c ~/.conky/dist-conky &
  8. sleep 6s &&
  9. conky -d -c /home/demure/.conky/flat-conky &
  10. #sleep 6s &&
  11. #conky -d -c $HOME/.conky/conkyrc_grey.lua &
  12. ## last conky line must not have a '&'
  13. ## Or not
  14. exit