Simple image host.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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