# UBUNTU-CONKY # A comprehensive conky script, configured for use on # Ubuntu / Debian Gnome, without the need for any external scripts. # # Based on conky-jc and the default .conkyrc. # INCLUDES: # - tail of /var/log/messages # - netstat connections to your computer # # — Pengo (conky@pengo.us) # # 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,sticky,skip_taskbar,skip_pager # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes # fiddle with window use_spacer yes use_xft no # Update interval in seconds update_interval 3.0 # Minimum size of text area # minimum_size 250 5 # Draw shades? draw_shades no # Text stuff draw_outline no # amplifies text if yes draw_borders no font arial uppercase no # set to yes if you want all text to be in uppercase # Stippled borders? stippled_borders 3 # border margins border_margin 9 # border width border_width 10 # Default colors and also border colors, grey90 == #e5e5e5 default_color grey own_window_colour brown own_window_transparent yes # Text alignment, other possible values are commented #alignment top_left alignment top_right #alignment bottom_left #alignment bottom_right # Gap between borders of screen and text gap_x 10 gap_y 10 # stuff after ‘TEXT’ will be formatted on screen TEXT $color ${color orange}SYSTEM ${hr 2}$color $nodename $sysname $kernel on $machine ${color #98c2c7}Batt:$color ${battery} ${color #ffcb48}CPUs$color ${cpu cpu1}% - ${freq_g 1}${alignr}${cpu cpu2}% - ${freq_g 2} ${cpugraph cpu1 25,100 78af78 a3a3a3}${alignr}${cpugraph cpu2 25,100 78af78 a3a3a3} ${color #98c2c7}NAME PID CPU% ${color #e5e5e5}${top name 1} ${top pid 1} ${top cpu 1} ${color #c4c4c4}${top name 2} ${top pid 2} ${top cpu 2} ${color #a3a3a3}${top name 3} ${top pid 3} ${top cpu 3} ${color orange}MEMORY / DISK ${hr 2}$color RAM: $memperc% ${membar 6}$color Swap: $swapperc% ${swapbar 6}$color Root: ${fs_free_perc /}% ${fs_bar 6 /}$color sda5: ${fs_free_perc /media/data1}% ${fs_bar 6 /media/data1}$color sda6: ${fs_free_perc /media/data2}% ${fs_bar 6 /media/data2} sda2: ${fs_free_perc /home}% ${fs_bar 6 /home} ${color orange}NETWORK ${hr 2}$color ${color #ffcb48}eth0(${addr eth0})${alignr}${color #ffffff}${downspeed eth0}k/s / ${upspeed eth0}k/s ${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0 25,140 000000 00ff00}$color ${color #98c2c7}DOWN: ${color #ffffff}${totaldown eth0}${alignr}${color #98c2c7}UP: ${color #ffffff}${totalup eth0} ${color #ffcb48}eth1$color: ${wireless_essid eth1}${alignr}${wireless_bitrate eth1} ${addrs eth1}${alignr}${color #ffffff}${downspeed eth1}k/s / ${upspeed eth1}k/s ${color #98c2c7}${downspeedgraph eth1 25,140 000000 ff0000}${alignr}${color #98c2c7}${upspeedgraph eth1 25,140 000000 00ff00} ${color #98c2c7}DOWN: ${color #ffffff}${totaldown eth1}${alignr}${color #98c2c7}UP: ${color #ffffff}${totalup eth1} ${color orange}LOGGING ${hr 2}$color ${execi 30 tail -n3 /var/log/messages | fold -w50} ${color orange}FORTUNE ${hr 2}$color ${execi 120 fortune -s | fold -w50}