Simple image host.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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