Advertisement
dfcampos7

basic conky dfcampos7 Ubuntu

Mar 29th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. #
  2. update_interval 0.5
  3. double_buffer yes
  4. own_window yes
  5. own_window_type Desktop
  6. own_window_transparent yes
  7. use_xft yes
  8. xftfont Liberation Mono:size=10
  9. default_color white
  10. draw_graph_borders no
  11. uppercase no
  12. background yes
  13. own_window_hints undecorated, sticky,skip_taskbar,skip_pager,below
  14. gap_x 1240
  15. gap_y 5
  16.  
  17. TEXT
  18. CPU Temp: ${exec sensors | grep 'Physical' | cut -d '+' -f 2 | cut -d '.' -f 1}ºC
  19. CPU1:$color ${cpu cpu0}% $alignr${cpubar cpu0 8,40}
  20. CPU2:$color ${cpu cpu1}% $alignr${cpubar cpu1 8,40}
  21. CPU3:$color ${cpu cpu2}% $alignr${cpubar cpu2 8,40}
  22. CPU4:$color ${cpu cpu3}% $alignr${cpubar cpu3 8,40}
  23. $color$stippled_hr
  24. RAM: $memperc% $alignr${membar 8,40}
  25. Swap: $swapperc% $alignr${swapbar 8,40}
  26. $color$stippled_hr
  27. HD Temp: ${execi 1000 /usr/sbin/hddtemp /dev/sda | cut -c35-39;}$color
  28. Ubuntu: $alignr${fs_bar 8,40 /}
  29. Debian: $alignr${fs_bar 8,40 /mnt/64cdd7d0-4258-4b50-93c5-ed290ffabf76}
  30. Files: ${alignr}${fs_bar 8,40 /mnt/1bdcbe69-c388-4f0f-b767-6d3842a3112f}
  31. $stippled_hr
  32. Down:${downspeed wlp6s0}
  33. $alignr${downspeedgraph wlp6s0 8,120 747474 FF0000 -t}
  34. Up:${upspeed wlp6s0}
  35. ${alignr}${upspeedgraph wlp6s0 8,120 747474 FF0000 -t}
  36. $color$stippled_hr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement