conky.config = {
-- **********************************************************************
-- Port Snitch - Connections by: Logicbox aka Logicboxxx

-- E-Mail: logicbox@tuta.io
-- Github: https://github.com/Logicboxxx
-- **********************************************************************
	total_run_times = 0,
 	detect_battery = 'BAT0',
	update_interval = 1,
	update_interval_on_battery = 10,
    	if_up_strictness = 'address',

	text_buffer_size = 400,

	background = true,
	double_buffer = true,
	no_buffers = true,
	alignment = 'top_left',

	pad_percents = 2,

	default_color = 'white',
	default_outline_color = 'white',
	default_shade_color = 'white',
	draw_borders = false,
	draw_graph_borders = true,
	draw_outline = false,
	draw_shades = false,

	gap_x = 310,
	gap_y = 40,

	forced_redraw = true,
	out_to_console = false,
	out_to_stderr = false,
	extra_newline = false,

	own_window = true,
	own_window_class = 'conky-semi',
	own_window_type = 'override',
	own_window_transparent = false,
	own_window_colour = '000000',
	own_window_argb_visual = false,
	own_window_argb_value = 204,
	own_window_hints = 'undecorated,below,sticky,skip_pager,skip_taskbar',


	max_text_width = 0,
	minimum_width = 460, minimum_height = 0,
	maximum_width = 490,

	uppercase = false,
	use_spacer = 'none',

	use_xft = true,
	xftalpha = 0.1,

	font = 'Droid Sans:size=10',
	color0 = 'tan1',


};
conky.text = [[
${color0}Inbound Connections: ${color}${tcp_portmon 1 32767 count} ${goto 280}${color0}Outbound Connections:${color} ${tcp_portmon 32768 61000 count}
${color0}${hr 1}${color}
${color0}Ip Address:${goto 135}Service/port:${color}${goto 280}${color0}Ip Address:${goto 400}Service/port:${color}
${color0}${stippled_hr 1}${color}
${tcp_portmon 1 32767 rip 0} ${goto 135}${tcp_portmon 1 32767 lservice 0}/${tcp_portmon 1 32767 lport 0}${goto 280}${tcp_portmon 32768 61000 rip 0} ${alignr}${tcp_portmon 32768 61000 rservice 0}/${tcp_portmon 32768 61000 rport 0}
${tcp_portmon 1 32767 rip 1} ${goto 135}${tcp_portmon 1 32767 lservice 1}/${tcp_portmon 1 32767 lport 1}${goto 280}${tcp_portmon 32768 61000 rip 1} ${alignr}${tcp_portmon 32768 61000 rservice 1}/${tcp_portmon 32768 61000 rport 1}
${tcp_portmon 1 32767 rip 2} ${goto 135}${tcp_portmon 1 32767 lservice 2}/${tcp_portmon 1 32767 lport 2}${goto 280}${tcp_portmon 32768 61000 rip 2} ${alignr}${tcp_portmon 32768 61000 rservice 2}/${tcp_portmon 32768 61000 rport 2}
${tcp_portmon 1 32767 rip 3} ${goto 135}${tcp_portmon 1 32767 lservice 3}/${tcp_portmon 1 32767 lport 3}${goto 280}${tcp_portmon 32768 61000 rip 3} ${alignr}${tcp_portmon 32768 61000 rservice 3}/${tcp_portmon 32768 61000 rport 3}
${tcp_portmon 1 32767 rip 4} ${goto 135}${tcp_portmon 1 32767 lservice 4}/${tcp_portmon 1 32767 lport 4}${goto 280}${tcp_portmon 32768 61000 rip 4} ${alignr}${tcp_portmon 32768 61000 rservice 4}/${tcp_portmon 32768 61000 rport 4}
${color0}${hr 3}${color}

]];
