diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-03-16 10:31:35 -0700 |
---|---|---|
committer | Jesse Morgan <morganjm@amazon.com> | 2013-03-16 10:31:35 -0700 |
commit | ac5044074e01f518ae3c837dfad0fa3fc0719962 (patch) | |
tree | 0a08e08fdda7d75bc9857b20c2fdb51f19bd10a1 /conky-i3bar |
Initial commit of some shell scripts
Diffstat (limited to 'conky-i3bar')
-rwxr-xr-x | conky-i3bar | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conky-i3bar b/conky-i3bar new file mode 100755 index 0000000..b810c50 --- /dev/null +++ b/conky-i3bar @@ -0,0 +1,8 @@ +#!/bin/sh + +# Send out the necessary headers and then start conky. + +echo '{ "version": 1 }' +echo '[' +echo '[],' +exec conky -c $HOME/.conkyrc-json |