Advertisement
Brutico

conkyrc final

Jul 1st, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. conky.config = {
  2. use_xft = yes,
  3. own_window = true,
  4. own_window_transparent = false,
  5. own_window_type = 'normal',
  6. own_window_class = 'conky-semi',
  7. own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
  8. own_window_argb_visual = true,
  9. background = true,
  10. text_buffer_size = 2048,
  11. minimum_width = 1920 ,
  12. use_xft = true,
  13. xftalpha = 0.1,
  14. update_interval = 1,
  15. total_run_times = 0,
  16. double_buffer = true,
  17. draw_shades = false,
  18. draw_outline = false,
  19. draw_borders = false,
  20. draw_graph_borders = false,
  21. border_width = 0,
  22. default_color = 'white',
  23. default_shade_color = 'grey',
  24. default_outline_color ='grey',
  25. own_window_colour = '252525',
  26. font = 'Droid Sans Bold:size=9',
  27. gap_x = 1063,
  28. gap_y = 0,
  29. uppercase = false,
  30. no_buffers = true,
  31. net_avg_samples = 2,
  32. cpu_avg_samples = 2,
  33. override_utf8_locale = true,
  34. use_spacer = 'none',
  35. }
  36. conky.text = [[
  37. ${alignc}${voffset 0}${offset 0}\
  38. ${font Droid Sans:Bold:size=9}\
  39. ${offset 2}${color}Linux: ${color grey}${kernel} ${machine}${color}${offset -2}\
  40. ${offset 2}${color}CPU usada: ${color grey}${cpu}%${offset -2}\
  41. ${offset 2}${color}CPU F: ${color grey}${freq cpu} MHz${offset -2}\
  42. ${offset 2}${color}RAM usada: ${color grey}$mem ($memperc%)${color}${offset -2}\
  43. ${offset 2}${color}RAM : ${color grey}${top_mem name 1}${color}${offset -2}\
  44. ${offset 2}${color}Swap: ${color grey}${swapperc}%${offset -2}\
  45. ${offset 2}${color}Root: ${color grey}${fs_used /}/${fs_size /}${color}${offset -2}\
  46. ${offset 2}${color}Home: ${color grey}${fs_used /home}/${fs_size /home}${color}${offset -2}\
  47. ${offset 2}${color}Root: ${color grey}${fs_used /}/${fs_size /}${color}${offset -2}\
  48. ${offset 2}${color}CPU TEMP: ${color grey}${exec sensors | grep 'Package id 0'| cut -c 17-18 } °C${color}${offset -2}\
  49. ${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}\
  50. ${offset 2}${color}Subida ${color grey}${upspeed enp4s0}${color}${offset -2}\
  51. ${offset 2}${color}T. Subida: ${color grey}${totalup enp4s0}${color}${offset -2}\
  52. ${offset 2}${color}Descarga: ${color grey}${downspeed enp4s0}${color}${offset -2}\
  53. ${offset 2}${color}T. Descarga: ${color grey}${totaldown enp4s0}${color}${offset -2}
  54. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement