Skip to main content

Thread: Conky Internet Monitoring??


so i'm looking find out how put internet address conky script displays on desktop. script have not own creation, 1 grabbed off huge conkyrc thread on site don't confused thinking noob self had this. anyway if take , let me know need internet address put in there great. thanks!

btw here's full script:

# ubuntu-conky
# comprehensive conky script, configured use on
# ubuntu / debian gnome, without need external scripts.
#
# based on conky-jc , default .conkyrc.

# create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar

# use double buffering (reduces flicker, may not work everyone)
double_buffer yes

# fiddle window
use_spacer yes
use_xft no

# update interval in seconds
update_interval 2.0

# minimum size of text area
# minimum_size 260 5

# draw shades?
draw_shades no

# text stuff
draw_outline no # amplifies text if yes
draw_borders no
font ms sans
uppercase no # set yes if want text in uppercase

# stippled borders?
stippled_borders 3

# border margins
border_margin 9

# border width
border_width 10

# default colors , border colors, grey90 == #e5e5e5
default_color white
default_shade_color black
#default_outline_color cccccc

own_window_colour white
own_window_transparent yes

# text alignment, other possible values commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# gap between borders of screen , text
gap_x 10
gap_y 38

# stuff after 'text' formatted on screen

text
$sysname $kernel on $machine
cpu: ${freq}mhz uptime: ${uptime}
cpu: $cpu% ${color lightblue}$cpubar
${color}${cpugraph ffffff 676f9d}$color

${color lightblue}name pid cpu% mem%
${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
${top name 6} ${top pid 6} ${top cpu 6} ${top mem 6}

${color}processes: $processes running: $running_processes

ram ($memmax): $memperc% ${color lightblue}${membar 6}$color
swap ($swapmax): $swapperc% ${color lightblue}${swapbar 6}$color

ubuntu: ${fs_used_perc /}% ${fs_free /}/${fs_size /}
${color lightblue}${fs_bar 6 /}$color
home: ${fs_used_perc /home}% ${fs_free /home}/${fs_size /home}
${color lightblue}${fs_bar 6 /home}$color
elendil: ${fs_used_perc /elendil}% ${fs_free /elendil}/${fs_size /elendil}
${color lightblue}${fs_bar 6 /elendil}$color
elrond: ${fs_used_perc /elrond}% ${fs_free /elrond}/${fs_size /elrond}
${color lightblue}${fs_bar 6 /elrond}$color
gandalf: ${fs_used_perc /gandalf}% ${fs_free /gandalf}/${fs_size /gandalf}
${color lightblue}${fs_bar 6 /gandalf}$color

internet status (${addr eth0}):
down: $color${downspeed eth0} k/s ${alignr}up: ${upspeed eth0} k/s
$color${downspeedgraph eth0 25,140 ffffff 676f9d} ${upspeedgraph eth0 25,140 ffffff 676f9d}$color
${color}total: ${totaldown eth0} ${alignr}total: ${totalup eth0}
inbound: ${tcp_portmon 1 32767 count} outbound: ${tcp_portmon 32768 61000 count}${alignr}total: ${tcp_portmon 1 65535 count}

never mind guys figured 1 out on own research. if needs know how though tell it's pretty easy , here is.
when first copied , pasted configuration script conkyrc file had been set wired ethernet connection not running. since using wifi connection needed change in script. here codes various internet options.

1) eth0 - built in ethernet
2) eth1 - gigabit pc card work
3) eth2 - gigabit pc card home
4) ppp0 -- verizon wireless card
5) wlan0 -- wireless lan (wifi)

went down bottom of configuration file , changed said 'eth0' 'wlan0' (without quotes obv).
anyway i'm feeling pretty proud of myself troubleshooting myself. hope may else out down road!


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Conky Internet Monitoring??


Ubuntu

Comments

Popular posts from this blog

Could not place because the source rectangle is empty

Thread: Using smartcard reader with vpnc

Adobe Font Folio 7.0 or just 7?