Simple image host.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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