Simple image host.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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