From bc881973c84ffd246d09ec0ef9a7c205dc5372d7 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Tue, 24 Feb 2015 13:33:22 +0100 Subject: [PATCH] conky: update config --- dotfiles/conky/conkyrc-euklid | 41 +++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/dotfiles/conky/conkyrc-euklid b/dotfiles/conky/conkyrc-euklid index 26bebcc..9b36acb 100644 --- a/dotfiles/conky/conkyrc-euklid +++ b/dotfiles/conky/conkyrc-euklid @@ -1,18 +1,21 @@ -alignment bottom_right +alignment top_left gap_x 0 -gap_y 0 +gap_y 35 maximum_width 200 -minimum_size 200 +#minimum_size 200 update_interval 2 cpu_avg_samples 2 net_avg_samples 2 -#default_color 373 -#default_color 52622B -default_color 563 -color0 221 -color1 894 +# for the green bg +#default_color 563 +#color0 221 +#color1 894 +# for the blue bg +default_color bbb +color0 fff +color1 b94 draw_shades no use_spacer left top_name_width 13 @@ -24,10 +27,10 @@ no_buffers yes double_buffer yes own_window yes -own_window_colour 082140 own_window_transparent yes -#own_window_type desktop +own_window_type normal own_window_hints sticky, below, undecorated, skip_taskbar, skip_pager +own_window_colour 082140 use_xft yes xftfont DejaVu Sans Mono:size=7.5 @@ -44,16 +47,25 @@ $alignr$acpitemp°C $color${font DejaVu Sans Mono:bold:size=8}${cpu cpu1}% ${cpu cpu2}% ${cpu cpu3}% ${cpu cpu4}%$alignr$mem ($memperc%)$font ${cpugraph cpu1 20,32} ${cpugraph cpu2 20,32} ${cpugraph cpu3 20,32} ${cpugraph cpu4 20,32} $alignr${color1}${memgraph 20,32}$color -${if_up eth0}${color0}${font DejaVu Sans:size=10}Eth :: $font${addr eth0} ${hr 3}$color +${color0}${font DejaVu Sans:size=10}eth0: $font${if_up eth0}${addr eth0}$endif ${execi 2 ~/.conky/eth0info.sh} ${hr 3}$color ${if_up eth0} ${downspeed eth0} ${upspeed eth0} $alignr${color1}Sum$color ${totaldown eth0} ${totalup eth0} -${downspeedgraph eth0 20,90} $alignr${upspeedgraph eth0 20,90} +${downspeedgraph eth0 20,90} $alignr${upspeedgraph eth0 20,90} $endif -$endif\ -${if_up wlan0}${color0}${font DejaVu Sans:size=10}WiFi :: $font${addr wlan0} ${hr 3}$color +${if_up wlan0}${color0}${font DejaVu Sans:size=10}wlan0: $font${addr wlan0} ${hr 3}$color $color${wireless_essid wlan0} $alignr${wireless_link_qual_perc wlan0}% ${wireless_bitrate wlan0} ${downspeed wlan0} ${upspeed wlan0} $alignr${color1}Sum$color ${totaldown wlan0} ${totalup wlan0} ${downspeedgraph wlan0 20,90} $alignr${upspeedgraph wlan0 20,90} +$endif\ +${if_up tun0}${color0}${font DejaVu Sans:size=10}tun0: $font${addr tun0} ${hr 3}$color +${downspeed tun0} ${upspeed tun0} $alignr${color1}Sum$color ${totaldown tun0} ${totalup tun0} +${downspeedgraph tun0 20,90} $alignr${upspeedgraph tun0 20,90}\ + +$endif\ +${if_up dns0}${color0}${font DejaVu Sans:size=10}dns0: $font${addr dns0} ${hr 3}$color +${downspeed dns0} ${upspeed dns0} $alignr${color1}Sum$color ${totaldown dns0} ${totalup dns0} +${downspeedgraph dns0 20,90} $alignr${upspeedgraph dns0 20,90} + $endif\ ${color0}${font DejaVu Sans:size=10}FS & Disc ${hr 3}$font$color ${color1}ssd $color${fs_used /} / ${fs_size /} $alignr${fs_bar /} @@ -67,6 +79,7 @@ ${color0}${font DejaVu Sans:size=10}Top$font [$uptime_short, $processes] ${hr ${top name 1} ${top pid 1}${top cpu 1} ${top mem_res 1} ${top name 2} ${top pid 2}${top cpu 2} ${top mem_res 2} ${top name 3} ${top pid 3}${top cpu 3} ${top mem_res 3} +${top name 4} ${top pid 4}${top cpu 4} ${top mem_res 4} ${color1}By Mem$color ${top_mem name 1} ${top_mem pid 1}${top_mem cpu 1} ${top_mem mem_res 1} ${top_mem name 2} ${top_mem pid 2}${top_mem cpu 2} ${top_mem mem_res 2} -- 2.30.2