lordbox escribió:@coyote Hola, ¿podrías compartir la configuración de ese conky?
Gracias, un saludo.
conky.config = {
use_xft = true,
font = 'KaushanScript-Regular:size=8',
xftalpha = 0.1,
update_interval = 1,
total_run_times = 0,
own_window = true,
own_window_type = 'dock',
own_window_transparent = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_colour = '#000000',
own_window_argb_visual = true,
own_window_argb_value = 0,
double_buffer = true,
--minimum_size 250 5
--maximum_width 500
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = false,
default_color = 'white',
default_shade_color = 'red',
default_outline_color = 'green',
alignment = 'bottom_right',
gap_x = -20,
gap_y = -30,
no_buffers = true,
uppercase = false,
cpu_avg_samples = 2,
net_avg_samples = 1,
override_utf8_locale = true,
use_spacer = 'yes',
minimum_width = 0, minimum_height = 0,
};
conky.text = [[
${voffset 0}${color EAEAEA}${font Agilo Handwriting:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color ff936d}${font Agilo Handwriting:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font Agilo Handwriting:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Agilo Handwriting:pixelsize=58}${offset -148}${time %A}${font}
${voffset 24}${offset 0}${font Agilo Handwriting:pixelsize=14}${color f89458}CPU ${offset 1}$color${cpu cpu0}%${offset 10}${color f89458}RAM ${offset 4}$color$mem / $memmax${offset 10}${color f89458}Linux ${offset 4}$color${kernel} ${color f89458}${offset 6}Uptime $color ${uptime}
]];