Advertisement
Guest User

wrapper script

a guest
Mar 12th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 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 $~/.conkyrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement