Advertisement
twodogsdave

.sysinfo.conkyrc

Jul 27th, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. conky.config = {
  2. own_window = true,
  3. own_window_transparent = false,
  4. own_window_argb_visual = true,
  5. own_window_argb_value = 0,
  6. own_window_type = 'desktop',
  7. gap_x = 15,
  8. gap_y = 50,
  9. alignment = 'top_right',
  10. minimum_width = '215',
  11. minimum_width = 215,
  12. use_xft = true,
  13. font = 'Roboto:size=10',
  14. xftalpha = 1,
  15. override_utf8_locale = true,
  16. draw_shades = false,
  17. default_shade_color = '#000000',
  18. draw_outline = false,
  19. default_outline_color = '#222222',
  20. color1 = '#FFFFFF',
  21. color2 = '#FBB86C',
  22. color3 = '#006600',
  23. cpu_avg_samples = 2,
  24. default_color = '#FFFFFF',
  25. draw_borders = false,
  26. stippled_borders = 5,
  27. border_inner_margin = 5,
  28. border_outer_margin = 0,
  29. border_width = 2,
  30. background = true,
  31. no_buffers = true,
  32. imlib_cache_size = 0,
  33. double_buffer = true,
  34. update_interval = 1,
  35. };
  36. conky.text = [[
  37. ${voffset 8}${color}${font Roboto:size=16}${time %A}${font}${voffset -18}${alignr}${color2}${font Roboto:size=38}${time %e}${font}
  38. ${voffset -20}${color}${font Roboto:size=18}${time %B}${font}${voffset -1} ${color}${font Roboto:size=20}${time %Y}${font}
  39. #
  40.  
  41. ${voffset 10}${alignr}${color}Pop_OS! 21.04 Cosmic
  42. ${alignr}${execi 1200 whoami}@${nodename}
  43. ${alignr}${color2}${font Roboto:size=10}uptime ${color}${uptime_short}
  44. ${alignr}${color2}${font Roboto:size=10}${alignr}kernel ${color}${kernel}
  45.  
  46. ${voffset 10}${goto 40}${color}CPU${alignr}$cpu%
  47. ${color2}${goto 40}${alignr}${cpubar 4,180}
  48. ${voffset 5}${goto 40}${font}${color2}${top name 1}${alignr}${color}${top cpu 1}%
  49. ${goto 40}${color2}${top name 2}${alignr}${color}${top cpu 2}%
  50. ${goto 40}${color2}${top name 3}${alignr}${color}${top cpu 3}%
  51. ${goto 40}${color2}${top name 4}${alignr}${color}${top cpu 4}%
  52. #
  53. ${voffset 10}${goto 40}${color}RAM${alignr}$mem/$memmax
  54. ${color2}${goto 40}${alignr}${membar 4,180}
  55. ${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
  56. ${goto 40}${color2}${top_mem name 2}${alignr}${color}${top_mem mem_res 2}
  57. ${goto 40}${color2}${top_mem name 3}${alignr}${color}${top_mem mem_res 3}
  58. ${goto 40}${color2}${top_mem name 4}${alignr}${color}${top_mem mem_res 4}
  59. #
  60. ${voffset 10}${alignr}${color2} disk ${color1}${fs_used /} - ${fs_size /}
  61. ${alignr}${color2} memory ${color1}$mem - $memmax
  62. ]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement