Skip to content

Instantly share code, notes, and snippets.

@paulbdavis
Created February 4, 2013 19:16
Show Gist options
  • Save paulbdavis/4708840 to your computer and use it in GitHub Desktop.
Save paulbdavis/4708840 to your computer and use it in GitHub Desktop.
conky json kickoff script
#!/usr/bin/env bash
echo '{"version":1}'
echo '['
echo '[],'
exec conky -c "$HOME/.conkyjson"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment