Advertisement
ktostupid

conkyi3.sh(i3wm1)

May 21st, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 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/stupid/.conkyrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement