Advertisement
Guest User

Untitled

a guest
May 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. conky.config = {
  2. alignment = 'top_left',
  3. background = false,
  4. cpu_avg_samples = 2,
  5. draw_borders = false,
  6. use_xft = true,
  7. font = 'DejaVu Sans Mono:size=12',
  8. gap_x = 5,
  9. gap_y = 60,
  10. minimum_height = 5,
  11. minimum_width = 5,
  12. top_cpu_separate=true,
  13. own_window = true,
  14. own_window_type = 'desktop',
  15. update_interval = 1.0,
  16. }
  17.  
  18. conky.text=[[
  19. ${voffset 50}
  20. [cpu utilizatoin REMOVED]
  21. ${top name 1}${goto 150}--> ${top cpu 1} <--
  22. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement