diff options
author | Adrian Kummerlaender | 2014-06-13 18:32:12 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-06-13 18:32:12 +0200 |
commit | e918c374d96e968c628d45458bc1a17ddf60d405 (patch) | |
tree | d9d68d990042330abcdf9b1f40c4a48d23ec64f3 /i3wm/.i3/config | |
parent | bc9795c86a900b55c6184ae69fea20fec015a347 (diff) | |
download | dotfiles-e918c374d96e968c628d45458bc1a17ddf60d405.tar dotfiles-e918c374d96e968c628d45458bc1a17ddf60d405.tar.gz dotfiles-e918c374d96e968c628d45458bc1a17ddf60d405.tar.bz2 dotfiles-e918c374d96e968c628d45458bc1a17ddf60d405.tar.lz dotfiles-e918c374d96e968c628d45458bc1a17ddf60d405.tar.xz dotfiles-e918c374d96e968c628d45458bc1a17ddf60d405.tar.zst dotfiles-e918c374d96e968c628d45458bc1a17ddf60d405.zip |
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
Diffstat (limited to 'i3wm/.i3/config')
-rw-r--r-- | i3wm/.i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 0878b88..42a87e8 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -86,7 +86,7 @@ mode "resize" { bindsym $mod+r mode "resize" bar { - status_command conky + status_command ~/.conky.sh workspace_buttons yes colors { |