Guest User

Untitled

a guest
Apr 21st, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # Send the header so that i3bar knows we want to use JSON:
  4. echo '{ "version": 1 }'
  5.  
  6. # Begin the endless array.
  7. echo '['
  8.  
  9. # We send an empty first array of blocks to make the loop simpler:
  10. echo '[],'
  11.  
  12. # Now send blocks with information forever:
  13. exec conky -c $HOME/.conkyrc
Advertisement
Add Comment
Please, Sign In to add comment