Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- conky.config = {
- use_xft = yes,
- own_window = true,
- own_window_transparent = false,
- own_window_type = 'normal',
- own_window_class = 'conky-semi',
- own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
- own_window_argb_visual = true,
- background = true,
- text_buffer_size = 2048,
- minimum_width = 1920 ,
- use_xft = true,
- xftalpha = 0.1,
- update_interval = 1,
- total_run_times = 0,
- double_buffer = true,
- draw_shades = false,
- draw_outline = false,
- draw_borders = false,
- draw_graph_borders = false,
- border_width = 0,
- default_color = 'white',
- default_shade_color = 'grey',
- default_outline_color ='grey',
- own_window_colour = '252525',
- font = 'Droid Sans Bold:size=9',
- gap_x = 1063,
- gap_y = 0,
- uppercase = false,
- no_buffers = true,
- net_avg_samples = 2,
- cpu_avg_samples = 2,
- override_utf8_locale = true,
- use_spacer = 'none',
- }
- conky.text = [[
- ${alignc}${voffset 0}${offset 0}\
- ${font Droid Sans:Bold:size=9}\
- ${offset 2}${color}Linux: ${color grey}${kernel} ${machine}${color}${offset -2}\
- ${offset 2}${color}CPU usada: ${color grey}${cpu}%${offset -2}\
- ${offset 2}${color}CPU F: ${color grey}${freq cpu} MHz${offset -2}\
- ${offset 2}${color}RAM usada: ${color grey}$mem ($memperc%)${color}${offset -2}\
- ${offset 2}${color}RAM : ${color grey}${top_mem name 1}${color}${offset -2}\
- ${offset 2}${color}Swap: ${color grey}${swapperc}%${offset -2}\
- ${offset 2}${color}Root: ${color grey}${fs_used /}/${fs_size /}${color}${offset -2}\
- ${offset 2}${color}Home: ${color grey}${fs_used /home}/${fs_size /home}${color}${offset -2}\
- ${offset 2}${color}Root: ${color grey}${fs_used /}/${fs_size /}${color}${offset -2}\
- ${offset 2}${color}CPU TEMP: ${color grey}${exec sensors | grep 'Package id 0'| cut -c 17-18 } °C${color}${offset -2}\
- ${offset 2}${color}GPU TEMP: ${color grey}${exec nvidia-settings -q GPUCoreTemp | grep 0.0 | cut -d ' ' -f 6 | cut -c 1-2}°C${color}${offset -2}\
- ${offset 2}${color}Subida ${color grey}${upspeed enp4s0}${color}${offset -2}\
- ${offset 2}${color}T. Subida: ${color grey}${totalup enp4s0}${color}${offset -2}\
- ${offset 2}${color}Descarga: ${color grey}${downspeed enp4s0}${color}${offset -2}\
- ${offset 2}${color}T. Descarga: ${color grey}${totaldown enp4s0}${color}${offset -2}
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement