Advertisement
Guest User

KDEsktop_conky_test

a guest
Jul 29th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. #GEOMETRIA
  2. alignment tr
  3. gap_x 25
  4. gap_y 48
  5. minimum_size 235 700
  6. #SKIN
  7. draw_borders yes
  8. draw_graph_borders yes
  9. background yes
  10. own_window yes
  11. own_window_title conky
  12. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  13. own_window_argb_visual yes
  14. own_window_argb_value 0
  15. own_window_type normal
  16. #
  17. #CPU
  18. cpu_avg_samples 2
  19. top_cpu_separate yes
  20. #OTHER SET
  21. disable_autoreload no
  22. diskio_avg_samples 1
  23. double_buffer yes
  24. format_human_readable yes
  25. max_specials 512
  26. max_text_width 0
  27. net_avg_samples 1
  28. short_units no
  29. text_buffer_size 256
  30.  
  31. total_run_times 0
  32. update_interval 1
  33. use_xft yes
  34. TEXT
  35. ${font Liberation Seriff:style=Bold:pixelsize=32}${time %H : %M}:${font Liberation Seriff:style=Bold:pixelsize=20}${time %S}
  36. Uptime
  37. ${font Liberation Seriff:style=Bold:pixelsize=12}${uptime}
  38. CPU
  39.  
  40. [core1] ${freq 1}MHz
  41. ${cpubar cpu1}
  42. [core2] ${freq 2}MHz
  43. ${cpubar cpu2}
  44. Downspeed
  45. ${downspeedf eth0}
  46. ${totaldown}
  47. upspeed
  48. ${upspeed eth0}
  49. ${totalup}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement