From e71213f88ea9687bf7ac7f299826a1505d623e43 Mon Sep 17 00:00:00 2001 From: René Neumann Date: Fri, 31 May 2013 10:34:28 +0200 Subject: Some i3 / conky changes --- .i3/conkyrc | 61 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 31 insertions(+), 30 deletions(-) (limited to '.i3/conkyrc') diff --git a/.i3/conkyrc b/.i3/conkyrc index f64b3e4..250746e 100644 --- a/.i3/conkyrc +++ b/.i3/conkyrc @@ -3,9 +3,10 @@ own_window no out_to_console yes background no max_text_width 0 +double_buffer no # Update interval in seconds -update_interval 2.0 +update_interval 2.5 # This is the number of times Conky will update before quitting. # Set to zero to run forever. @@ -39,34 +40,34 @@ template0 "$HOME/.i3/icons/\1.xbm" TEXT # JSON for i3bar -[ +[ \ ${if_mpd_playing}{ - "full_text" : "${lua json ${mpd_smart}}", - "icon" : ${if_match "${mpd_status}"=="Paused"}${template0 pause}${else}${template0 mpd}${endif} - },${endif} - { - "full_text" : "${cpu}%", - "icon" : ${template0 cpu}, - "min_width" : "99%", "align" : "right" - }, - { - "full_text" : "${mem}", - "icon" : ${template0 load}, - "min_width" : "1000M", - "color" : "\#${if_match ${memperc}<90}ffffff${else}ff0000${endif}" - }, - { - "full_text" : "${platform coretemp.0 temp 2}°C${platform f71882fg.2560 temp 2}°C \ -${execi 30 nvidia-settings -query GPUCoreTemp | perl -n -e'/Attribute.*: (.*).$/ && print $1'}°C", - "icon" : ${template0 temp} - }, - { - "full_text" : "${if_up eth0}${addr}${else}(down)${endif}", - "icon" : ${template0 net-wired}, - "color" : "\#${if_up eth0}ffffff${else}ff0000${endif}" - }, - { - "full_text" : "${time %a, %d. %b %R}", - "color" : "\#40B5D6" - } + "full_text" : "${lua json ${mpd_smart}}"\ + "icon" : ${if_match "${mpd_status}"=="Paused"}${template0 pause}${else}${template0 mpd}${endif} \ + },${endif}\ + {\ + "full_text" : "${cpu}%",\ + "icon" : ${template0 cpu},\ + "min_width" : "99%",\ + "align" : "right"\ + },\ + {\ + "full_text" : "${mem}",\ + "icon" : ${template0 load},\ + "min_width" : "1000M",\ + "color" : "\#${if_match ${memperc}<90}ffffff${else}ff0000${endif}"\ + },\ + {\ + "full_text" : "${platform coretemp.0 temp 2}°C${platform f71882fg.2560 temp 2}°C ${execi 30 nvidia-settings -query GPUCoreTemp | perl -n -e'/Attribute.*: (.*).$/ && print $1'}°C",\ + "icon" : ${template0 temp}\ + },\ + {\ + "full_text" : "${if_up eth0}${addr}${else}(down)${endif}",\ + "icon" : ${template0 net-wired},\ + "color" : "\#${if_up eth0}ffffff${else}ff0000${endif}"\ + },\ + {\ + "full_text" : "${time %a, %d. %b %R}",\ + "color" : "\#40B5D6"\ + } \ ], -- cgit v1.2.3-54-g00ecf