Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

conky-i3bar 280B

12345678910111213
  1. #!/bin/sh
  2. # Send the header so that i3bar knows we want to use JSON:
  3. echo '{"version":1}'
  4. # Begin the endless array.
  5. echo '['
  6. # We send an empty first array of blocks to make the loop simpler:
  7. echo '[]'
  8. # Now send blocks with information forever:
  9. exec conky -c $HOME/.conkyrc