Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted by cycl0ne ( 15 years ago )
# 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/>.
#
alignment top_right
background 0
border_width 0
cpu_avg_samples 2
double_buffer yes
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 Tahoma:size=9
use_xft yes
xftfont Terminus:size=9
gap_x 5
gap_y 0
minimum_size 5 5
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
own_window_type desktop
stippled_borders 0
top_name_width 8
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
mpd_host localhost
mpd_port 6600
own_window 1
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
TEXT
##${scroll 16 $nodename - $sysname $kernel on $machine | }
$alignc${font eufm10:size=16}$nodename
$hr
${color dddddd}${font}Uptime:$color ${offset 120}$uptime
# ${color dddddd}Frequency (in MHz):$color $freq
# ${color dddddd}Frequency (in GHz):$color $freq_g
${color dddddd}RAM Usage:
$color $mem/$memmax - $memperc% ${alignr 0}${membar 4, 120}
${color dddddd}Swap Usage:
$color $swap/$swapmax - $swapperc% ${alignr 0}${swapbar 4, 120}
${color dddddd}CPU Usage:$color $cpu% ${alignr 0}${cpugraph 10, 120 555555 000000}
${color dddddd}Processes:$color $processes${color dddddd}${alignr 35}
${color dddddd}Networking: ${offset 90}$color${addr eth0}
${color dddddd}Up:$color ${offset 30}${upspeed eth0} ${alignr 0}${upspeedgraph 10, 120 555555 000000 -l}
${color dddddd}Down:${offset 22}$color${downspeed eth0} ${alignr 0}${downspeedgraph 10, 120 555555 000000 -l}
$hr
${color dddddd}File systems:
root $color${fs_used /}/${fs_size /} ${alignr 0}${fs_bar 4, 120 /}
${color dddddd}Home $color${fs_used /home/cycl0ne}/${fs_size /home/cycl0ne} ${alignr 0}${fs_bar 4, 120 /home/cycl0ne}
${color dddddd}sda2 $color${fs_used /media/sda2}/${fs_size /media/sda2} ${alignr 0}${fs_bar 4, 120 /media/sda2}
${color dddddd}sda5 $color${fs_used /media/sda5}/${fs_size /media/sda5} ${alignr 0}${fs_bar 4, 120 /media/sda5}
${color dddddd}sda6 $color${fs_used /media/sda6}/${fs_size /media/sda6} ${alignr 0}${fs_bar 4, 120 /media/sda6}
${color dddddd}sda7 $color${fs_used /media/sda7}/${fs_size /media/sda7} ${alignr 0}${fs_bar 4, 120 /media/sda7}
${color dddddd}sda8 $color${fs_used /media/sda8}/${fs_size /media/sda8} ${alignr 0}${fs_bar 4, 120 /media/sda8}
${color dddddd}sda9 $color${fs_used /media/sda9}/${fs_size /media/sda9} ${alignr 0}${fs_bar 4, 120 /media/sda9}
$hr
${color white}Name PID CPU% MEM%
${color cccccc}${top name 1}${alignr 40}${top pid 1} ${top cpu 1} ${top mem 1}
${color cccccc}${top name 2}${alignr 40}${top pid 2} ${top cpu 2} ${top mem 2}
${color cccccc}${top name 3}${alignr 40}${top pid 3} ${top cpu 3} ${top mem 3}
${color cccccc}${top name 4}${alignr 40}${top pid 4} ${top cpu 4} ${top mem 4}
${color white} $if_mpd_playing
${voffset 430}
$alignc MPD
#${color dddddd}Artist:
${offset 185}$color${mpd_artist 13}
#${color dddddd}Album:
${offset 185}$color${mpd_album 13}
#${color dddddd}Title:
${offset 185}$color${mpd_title 13}
#${color dddddd}Elapsed/Total:
${offset 185}${mpd_elapsed}/${mpd_length}
${alignr}${mpd_bar 4, 120}
${offset 185}${color white}Volume:$color${mpd_vol}
${image ~/.Conky/tp.png -p 0,930 -n}${image ~/.Conky/tmp/cover -p 10,940c -n}
${if_match "$mpd_status" == "Playing"}${execi 10 ~/.Conky/cover}${endif}
$endif
Revise this Paste