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 --- xdg/.config/user-dirs.dirs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xdg') diff --git a/xdg/.config/user-dirs.dirs b/xdg/.config/user-dirs.dirs index 0dba985..b605d87 100644 --- a/xdg/.config/user-dirs.dirs +++ b/xdg/.config/user-dirs.dirs @@ -1 +1,3 @@ XDG_TEMPLATES_DIR="$HOME/" +XDG_DESKTOP_DIR="$HOME/" +XDG_DOWNLOADS_DIR="$HOME/" -- cgit v1.2.3