# Conky, a system monitor, based on torsmo # # Any original torsmo code is licensed under the BSD license # # All code written since the fork of torsmo is licensed under the GPL # # Please see COPYING for details # # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen # Copyright (c) 2005-2007 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) # All rights reserved. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # $Id: conky.conf 990 2007-11-22 19:38:17Z pkovacs $ alignment top_right background no border_width 1 cpu_avg_samples 2 default_color white default_outline_color white default_shade_color white draw_borders no draw_graph_borders yes draw_outline no draw_shades no font 6x10 gap_x 15 gap_y 45 minimum_size 5 5 net_avg_samples 2 double_buffer yes out_to_console no own_window yes own_window_class Conky own_window_type root own_window_transparent yes own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager stippled_borders 0 update_interval 1.0 uppercase no use_spacer none TEXT $nodename - $sysname $kernel $hr ${color grey}Uptime:$color $uptime $hr ${color grey}CPU Temp: $color ${acpitemp} Celsius ${color grey}CPU Usage (Avg):$color ${cpu cpu0}% ${alignr}$color${cpubar cpu0 5,60} ${color grey}Usage (Core 1):$color ${freq_dyn_g cpu1}Ghz $color ${cpu cpu1}% ${alignr}${cpubar cpu1 5,60} ${color grey}Usage (Core 2):$color ${freq_dyn_g cpu2}Ghz $color ${cpu cpu2}% ${alignr}${cpubar cpu2 5,60} ${color grey}Average $color${cpugraph cpu0 15,120 e5e5e5 eeeeee} ${color grey}Core 1 $alignr Core 2 $color${cpugraph cpu1 15,120 e5e5e5 eeeeee} $alignr${cpugraph cpu2 15,120 e5e5e5 eeeeee} $hr ${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4} ${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4} ${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes $hr ${color grey}File systems: / $color${fs_free /}/${fs_size /} ${fs_bar 6 /} $hr ${color grey}Wired Networking (eth0): ${color grey}IP address: $color ${addr eth0} ${color grey}Up:$color ${upspeed eth0} k/s${color grey} - Down:$color ${downspeed eth0} k/s $hr ${color grey}Wireless Networking (wlan0): ${color grey}IP address:$color ${addr wlan0} ${color grey}Up:$color ${upspeed wlan0} k/s${color grey} - Down:$color ${downspeed wlan0} k/s