Sustituí los plasmoides monitores del sistema por conky, ya que tengo un memory leak en los plasmoides. Estos son mas visuales, pero conky abulta mucho menos:
Dejo el conky.conf:
conky.config = {
alignment = 'bottom_left',
gap_x = 0,
gap_y = 0,
background = false,
border_width = 1,
cpu_avg_samples = 2,
default_color = '#d1be8f',
default_outline_color = 'white',
default_shade_color = 'white',
draw_borders = false,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
use_xft = true,
font = 'FreeMono:size=15:bold',
minimum_height = 5,
minimum_width = 1920,
net_avg_samples = 2,
no_buffers = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'normal',
own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager',
stippled_borders = 0,
update_interval = 1.0,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false,
double_buffer = true
}
conky.text = [[
${alignc}${color orange}]|[\
${color grey} CPU:$color ${exec sensors atk0110-acpi-0 | grep "CPU Temperature" | cut -c 22-23 }°C ${color orange}]|[\
${color grey} Placa:$color ${exec sensors atk0110-acpi-0 | grep "MB Temperature" | cut -c 22-23 }°C ${color orange}]|[\
${color grey} GPU:$color ${exec sensors nouveau-pci-0100 | grep "temp1" | cut -c 16-17 }°C ${color orange}]|[\
${color grey} Uptime:$color $uptime ${color orange}]|[\
${alignc}${color orange}]|[\
${color grey} Procesos:$color $processes ${color grey}(running:$color $running_processes) ${color orange}]|[\
${color grey} Frequency:$color $freq_g ${color orange}]|[\
${color grey} CPU Usage:$color $cpu% ${color orange}]|[\
${color grey} RAM:$color $mem ${color orange}]|[\
${color grey} Swap:$color $swap${color orange}]|[\
${color grey} Up:$color ${upspeed eth0}${color grey}- Down: $color${downspeed eth0}${color orange}]|[\
]]