Hi friends,
Happy new year to all the PCLINUXOS friends!!!
I have free time now and I am trying to set up a second conky on my system but I am not able.
Can you help me?
This is the output of the first:
# set to yes if you want Conky to be forked in the background
conky -c /home/xxxx/.conky/.conkyrc_prueba
background yes
use_xft yes
xftfont Arial:size=9
xftalpha 0.5
update_interval 4.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_hints below
double_buffer yes
minimum_size 200 5
maximum_width 250
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
default_color grey
default_shade_color red
default_outline_color grey
alignment top_right
gap_x 12
gap_y 25
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale yes
#poll
update_interval 1
total_run_times 0
TEXT
${font sans-serif:bold:size=8}Sistema ${hr 2}
${font sans-serif:normal:size=8}$sysname $kernel $alignr on $machine
Hostname $alignr $nodename
Uptime $alignr $uptime
CPU freq @ $alignr${freq}MHz
${font sans-serif:bold:size=8}PROCESADORES ${hr 2}
${font sans-serif:normal:size=8}${cpugraph cpu1}
CPU: ${cpu cpu0}% ${cpubar cpu0}
RAM:$alignc $mem / $memmax $alignr $memperc%
$membar
Root $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
${fs_bar /}
Swap $alignc $swap / $swapmax $alignr $swapperc%
${swapbar}
${font sans-serif:bold:size=8}Procesos ${hr 2}
${font sans-serif:normal:size=8}$processes processes ($running_processes running)
NAME $alignr PID CPU MEM
${top name 1} $alignr ${top pid 1} ${top cpu 1} ${top mem 1}
${top name 2} $alignr ${top pid 2} ${top cpu 2} ${top mem 2}
${top name 3} $alignr ${top pid 3} ${top cpu 3} ${top mem 3}
${top name 4} $alignr ${top pid 4} ${top cpu 4} ${top mem 4}
${top name 5} $alignr ${top pid 5} ${top cpu 5} ${top mem 5}
${top name 6} $alignr ${top pid 6} ${top cpu 6} ${top mem 6}
${top name 7} $alignr ${top pid 7} ${top cpu 7} ${top mem 7}
${top name 8} $alignr ${top pid 8} ${top cpu 8} ${top mem 8}
${font sans-serif:bold:size=8}INTERNET ${hr 2}
${font sans-serif:normal:size=8}Direccion IP: $alignr ${addr eth0}
ESSID: $alignr ${wireless_essid eth0}
${downspeedgraph eth0}
DLS:${downspeed eth0} kb/s $alignr total: ${totaldown eth0}
${upspeedgraph eth0}
ULS:${upspeed eth0} kb/s $alignr total: ${totalup eth0}
And this the output of the second one:
# set to yes if you want Conky to be forked in the background
background yes
use_xft yes
xftfont Arial:size=9
xftalpha 0.5
update_interval 4.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_hints below
double_buffer yes
minimum_size 200 5
maximum_width 250
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
default_color grey
default_shade_color red
default_outline_color grey
alignment top_left
gap_x 12
gap_y 25
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale yes
#poll
update_interval 1
total_run_times 0
TEXT
${goto 45}${font DejaVu Sans Mono:size=44}${time %H}${font DejaVu Sans Mono:size=20}${voffset -25}'${time %M}${font DejaVu Sans Mono:size=8}${voffset -12}${time %S}
${goto 120}${voffset 10}${font :size=8}${time %A}
${goto 120}${voffset 1}${font :size=8}${time %d %B %Y}
${goto 50}${font courier:size=9}${execpi 60 DJS=`date +%_d`; cal | sed s/"\(^\|[^0-9]\)$DJS"'\b'/'\1${color orange}'"$DJS"'$color'/}
What is wrong?
Thanks.