From ac5044074e01f518ae3c837dfad0fa3fc0719962 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 16 Mar 2013 10:31:35 -0700 Subject: Initial commit of some shell scripts --- conky-i3bar | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 conky-i3bar (limited to 'conky-i3bar') 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 -- cgit v1.2.3