Mivel több helyen is olvastam, hogy nem mindenkinek sikerült beállítani a conky-t illetve az a conkyrc ami egyik gépen működik, a másikon már csak fekete háttérrel megy, így úgy gondoltam, megosztom a sajátomat, mivel én is ebben a cipőben jártam idáig.
(Linux Mint 13, KDE 32 bit)
A TEXT elötti részt hagyni kell, és akkor működik a dolog, az utána lévő résszel pedig módosítható a kinézet. Remélem akiknek eddig fekete háttérrel ment a program, azoknak ez segítséget fog nyújtani.
# 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 .
#
alignment top_left
background yes
border_width 1
cpu_avg_samples 2
default_color brown
default_outline_color black
default_shade_color black
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=8
gap_x 5
gap_y 60
minimum_size 5 5
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window no
own_window_class Conky
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
stippled_borders 0
update_interval 2.0
uppercase no
use_spacer left
show_graph_scale no
show_graph_range no
TEXT
${offset 10}${color black}Date: ${color white}${time %G %B %e}
${offset 10}${color black}Time: ${color white}${time %H:%M:%S}
${offset 10}${color black}UpTime: ${color white}$uptime
${offset 10}${color black}Kern:${color }$kernel
#${offset 10}${color black}CPU:${color black} ${exec sensors|grep 'Core 1'|awk '{print $3}'}
${offset 10}${color black}CPU: ${color brown} ${freq cpu0}MHz
${offset 10}${color black}CPU: ${color brown}(${cpu cpu1}%)
${offset 10}${cpugraph cpu1 20,130 000000 ff6600 }
#${offset 10}${cpugraph 20,130 000000 ffffff}
${offset 10}${color black}Load: ${color }$loadavg
${offset 10}${color black}Processes: ${color }$processes
${offset 10}${color black}Running: ${color }$running_processes
${offset 10}${color black}Highest CPU:
${offset 10}${color red} ${top name 1}${top_mem cpu 1}
${offset 10}${color brown} ${top name 2}${top cpu 2}
${offset 10}${color rose} ${top name 3}${top cpu 3}
${offset 10}${color orange} ${top name 4}${top cpu 4}
${offset 10}${color black}Highest MEM:
${offset 10}${color red} ${top_mem name 1}${top_mem mem 1}
${offset 10}${color brown} ${top_mem name 2}${top_mem mem 2}
${offset 10}${color rose} ${top_mem name 3}${top_mem mem 3}
${offset 10}${color orange} ${top_mem name 4}${top_mem mem 4}
${offset 10}${color black}MEM: ${color }$memperc% $mem/$memmax
${offset 10}${membar 3,100}
${offset 10}${color black}SWAP: ${color }$swapperc% $swap/$swapmax
${offset 10}${swapbar 3,100}
${offset 10}${color black}ROOT: ${color }${fs_free /}/${fs_size /}
${offset 10}${fs_bar 3,100 /}
${offset 10}${color black}HOME: ${color }${fs_free /home}/${fs_size /home}
${offset 10}${fs_bar 3,100 /home}
${offset 10}${color black}NET: wlan0
${offset 10}${color black}Up:${color } ${upspeed wlan0}/s
${offset 10}${upspeedgraph wlan0 20,130 000000 ffffff}
${offset 10}${color black}Down:${color } ${downspeed wlan0}/s${color}
${offset 10}${downspeedgraph wlan0 20,130 000000 ffffff}