Advertisement
Guest User

Conky horizontal

a guest
Mar 26th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. background yes
  2.  
  3. double_buffer yes
  4. text_buffer_size 1024
  5.  
  6. out_to_console no
  7. out_to_stderr no
  8. extra_newline no
  9. update_interval 0.5
  10.  
  11. #Posição
  12. gap_x 350
  13. gap_y 40
  14.  
  15. draw_shades no
  16. draw_outline no
  17. draw_borders no
  18. draw_graph_borders yes
  19.  
  20. own_window yes
  21. own_window_type override
  22. own_window_transparent yes
  23.  
  24. #use_xft yes
  25. #xftalpha 1
  26. override_utf8_locale yes
  27.  
  28. #font
  29. xftfont Monospace:style=Bold:size=9
  30.  
  31. TEXT
  32. ${#ffffff}CPU: ${color}${#747474}${hwmon 0 temp 1}°C${color} ${#ffffff}GPU: ${#747474}${exec nvidia-settings -t -q [gpu:0]/GPUCoreTemp}°C${color} ${#ffffff}CPU1 ${cpugraph cpu0 10,40 747474 FF0000 -t} ${#747474}${cpu cpu0}% ${color} ${#ffffff}CPU2 ${cpugraph cpu1 10,40 747474 FF0000 -t} ${#747474}${cpu cpu1}% ${color} ${#ffffff}CPU3 ${cpugraph cpu2 10,40 747474 FF0000 -t} ${#747474}${cpu cpu2}% ${color} ${#ffffff}CPU4 ${cpugraph cpu3 10,40 747474 FF0000 -t} ${#747474}${cpu cpu3}% ${color} ${#ffffff}MEM ${color}${membar 10,40 747474 FF0000 -t} ${#747474}$memperc% ${color}${#ffffff}System${color} ${#ffffff}${fs_bar 10,40 }${color} ${#747474}${fs_free /}${color} ${#ffffff}Home ${color}${#ffffff}${fs_bar 10,40}${color} ${#747474}${fs_used /home}${color} ${#ffffff}Down ${color}${downspeedgraph enp3s0 10,40 747474 FF0000 -t} ${#747474}${downspeed enp3s0}${color} ${#ffffff}UP ${color}${upspeedgraph enp3s0 10,40 747474 FF0000 -t} ${#747474}${upspeed enp3s0}${color}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement