Advertisement
Guest User

i3conky

a guest
Mar 13th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 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}\n[\n[],'
  5.  
  6. # Now send blocks with information forever:
  7. exec conky -c $HOME/.conkyrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement