From e918c374d96e968c628d45458bc1a17ddf60d405 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 13 Jun 2014 18:32:12 +0200 Subject: Switched conky / i3bar to JSON protocol * conky now generates JSON output in conjunction with newly created ".conky.sh" * changed conky script logic to be interface aware ** detects and displays address of the active interface (eth / wlan / wwan) * changed conky date format to iso * switched gvim font to "Droid Sans Mono" ** analog to urxvt font * xdg config is now preventing "Desktop" and "Downloads" directories from being created --- conky/.conky.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 conky/.conky.sh (limited to 'conky/.conky.sh') diff --git a/conky/.conky.sh b/conky/.conky.sh new file mode 100755 index 0000000..6c9286e --- /dev/null +++ b/conky/.conky.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +echo '{"version":1}[[],' +exec conky -- cgit v1.2.3