Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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-2010 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 <http://www.gnu.org/licenses/>.
- #
- color1 F9F966
- color2 FF7F50
- color3 87CEFF
- color4 7FFF00
- color5 87CEFA
- default_color Chartreuse
- default_outline_color Dark Cyan
- default_shade_color Dark Cyan
- alignment bottom_right
- background yes
- border_width 1
- cpu_avg_samples 2
- double_buffer yes
- draw_borders no
- draw_graph_borders yes
- draw_outline no
- draw_shades no
- gap_x 25
- gap_y 10
- minimum_size 330 10
- maximum_width 330
- max_specials 512
- max_user_text 65536
- max_port_monitor_connections 64
- net_avg_samples 2
- no_buffers yes
- out_to_console no
- own_window yes
- # ARGB can be used for real transparency, note that a composite manager is required for real transparency
- own_window_argb_visual true
- # Set the transparency alpha value from 0 to 255
- own_window_argb_value 0
- own_window_type desktop
- own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
- stippled_borders 1
- update_interval 2
- uppercase no
- use_spacer right
- use_xft yes
- xftalpha 0.8
- xftfont Bitstream Vera Sans Mono:size=9
- TEXT
- ${color1}Uptime:$color $uptime ${color1} Load:$color $loadavg
- #${color1}CPU0:$color ${cpu cpu0}% ${cpubar cpu0 5,85}${alignr 10}${color2}${hwmon 0 temp 1}$alignr${color1}${cpugraph cpu0 32,120 104E8B FF7F50 -t}
- #${color1}CPU1:$color ${cpu cpu1}% ${cpubar cpu1 5,85}${alignr 10}${color2}${hwmon 2 temp 1}$alignr${color1}${cpugraph cpu1 32,120 104E8B FF7F50 -t}
- #${color1}CPU2:$color ${cpu cpu2}% ${cpubar cpu2 5,85}${alignr 10}${color2}${hwmon 3 temp 1}$alignr${color1}${cpugraph cpu2 32,120 104E8B FF7F50 -t}
- #${color1}CPU3:$color ${cpu cpu3}% ${cpubar cpu3 5,85}${alignr 10}${color2}${hwmon 1 temp 1}$alignr${color1}${cpugraph cpu3 32,120 104E8B FF7F50 -t}
- ${color1}CPU0:$color ${cpu cpu0}% ${color1}${cpugraph cpu0 20,100 104E8B FF7F50 -t} ${color1}CPU1:$color ${cpu cpu1}% ${color1}${cpugraph cpu1 20,100 104E8B FF7F50 -t}
- ${color1}CPU2:$color ${cpu cpu2}% ${color1}${cpugraph cpu2 20,100 104E8B FF7F50 -t} ${color1}CPU3:$color ${cpu cpu3}% ${color1}${cpugraph cpu3 20,100 104E8B FF7F50 -t}
- #${color1}Fan 1: ${color2}${hwmon 4 fan 1} RPM ${color1}Fan 4: ${color2}${hwmon 4 fan 4} RPM
- ${color1}RAM Usage:$color2 $mem/$memmax - $memperc% $membar
- ${color1}Swap Usage:$color3 $swap/$swapmax - $swapperc% ${swapbar}
- ${color1}Entropy:$color ${entropy_avail}/${entropy_poolsize} ${entropy_bar}
- ${color1}Disk I/O: $color${diskio} $alignr${color1}${diskiograph 32,155 104E8B FF7F50 -t 750}
- ${color2}/ ${fs_used /}/ ${fs_size /}${alignr}${fs_bar 5,120 /}
- ${color3}/home ${fs_used /home}/ ${fs_size /home}${alignr}${fs_bar 5,120 /home}
- ${color1}NetDown :$color ${downspeed eth0} ${color1} NetUp:$color ${upspeed eth0}
- ${color1}${downspeedgraph eth0 20,150 104E8B FF7F50 -t} $alignr${color1}${upspeedgraph eth0 20,150 104E8B FF7F50 -t}
- $color1$nodename ${alignc}$sysname $kernel ${alignr}$color${time %d/%m/%Y %H:%M}
- #${color1}Top Processes: PID CPU% MEM%
- #$color ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
- #$color ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
- #$color ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
- #$color ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
- #$color ${top name 3} ${top pid 5} ${top cpu 5} ${top mem 5}
- # Check for new email
- #${color1}harden@gsu.edu:$color ${texeci 120 imapfilter -c /home/don/.imapfilter/harden.lua | cut -d\ -f5,5} unseen
- # Last few syslog messages
- #${execi 30 sudo /Z/don/bin/conky_messg}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement