conky: update config
authorStefan Huber <shuber@sthu.org>
Tue, 24 Feb 2015 12:33:22 +0000 (13:33 +0100)
committerStefan Huber <shuber@sthu.org>
Tue, 24 Feb 2015 12:33:22 +0000 (13:33 +0100)
dotfiles/conky/conkyrc-euklid

index 26bebcc352d43ad83db519660271656f8bb12238..9b36acb95f31d7c7091944b78d947262b63bca01 100644 (file)
@@ -1,18 +1,21 @@
-alignment bottom_right
+alignment top_left
 gap_x 0
 gap_x 0
-gap_y 0
+gap_y 35
 maximum_width 200
 maximum_width 200
-minimum_size 200
+#minimum_size 200
 
 update_interval 2
 cpu_avg_samples 2
 net_avg_samples 2
 
 
 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
 draw_shades no
 use_spacer left
 top_name_width 13
@@ -24,10 +27,10 @@ no_buffers yes
 
 double_buffer yes
 own_window yes
 
 double_buffer yes
 own_window yes
-own_window_colour 082140
 own_window_transparent yes
 own_window_transparent yes
-#own_window_type desktop
+own_window_type normal
 own_window_hints sticky, below, undecorated, skip_taskbar, skip_pager 
 own_window_hints sticky, below, undecorated, skip_taskbar, skip_pager 
+own_window_colour 082140
 
 use_xft yes
 xftfont DejaVu Sans Mono:size=7.5
 
 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
 
 $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}
 ${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}
 
 $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 /}
 $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 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}
 ${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}