Advertisement
Guest User

Untitled

a guest
Nov 18th, 2014
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. #Ustawienia Conky
  2.  
  3. update_interval 5
  4. total_run_times 0
  5. net_avg_samples 1
  6. cpu_avg_samples 1
  7.  
  8. imlib_cache_size 0
  9. double_buffer yes
  10. no_buffers yes
  11.  
  12. format_human_readable
  13.  
  14. #Text settings
  15. use_xft yes
  16. xftfont Droid Sans:style=Bold:size=8
  17. override_utf8_locale yes
  18. text_buffer_size 2048
  19.  
  20. #Window
  21.  
  22. own_window yes
  23. own_window_transparent yes
  24. #own_window_type desktop
  25. own_window_argb_visual yes
  26. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  27. alignment top_right
  28. gap_x 40
  29. gap_y 40
  30. minimum_size 182 500
  31. maximum_width 212 50
  32. maximum_height 700
  33. default_bar_size 60 8
  34.  
  35. #########################
  36. # - Ustawienia grafiki - #
  37. #########################
  38. draw_shades no
  39.  
  40. #default_color E2DACB
  41. default_color FFFFFF
  42.  
  43. #color0 F0EBE2
  44. color0 F0EBE2
  45. color1 F0EBE2
  46. color2 E6E6E6
  47.  
  48. TEXT
  49.  
  50. ${font Droid Sans:style=Bold:size=12}krasnij${color ffa500}@${color}keros${font}
  51.  
  52. ${color ffa500}system${color}
  53. | + os: ${color db90ff}gentoo gnu/linux${color}
  54. | + hostname: $nodename
  55. | + arch: $machine
  56. | + kernel: ${kernel}
  57. | + uptime: ${uptime}
  58. ${color ffa500}cpu${color}
  59. | + load:
  60. |${goto 30}+ cpu1 ${goto 80}${cpu cpu1}%
  61. |${goto 30}+ cpu2 ${goto 80}${cpu cpu2}%
  62. | + top:
  63. |${goto 30}+ ${top name 1}${goto 130}${top cpu 1}%
  64. |${goto 30}+ ${top name 2}${goto 130}${top cpu 2}%
  65. |${goto 30}+ ${top name 3}${goto 130}${top cpu 3}%
  66. |${goto 30}+ ${top name 4}${goto 130}${top cpu 4}%
  67. |${goto 30}+ ${top name 5}${goto 130}${top cpu 5}%
  68. | + temperature:
  69. |${goto 30}+ core1 ${goto 80}${hwmon 0 temp 1}°C
  70. |${goto 30}+ core2 ${goto 80}${hwmon 0 temp 2}°C
  71. ${color ffa500}gpu${color}
  72. | + vendor: nvidia
  73. | + model: gtx 650TI
  74. | + driver: ${exec nvidia-smi -q | grep "Driver Version" | awk '{print $4}'}
  75. | + temperature:
  76. |${goto 30} + gpu${goto 80}${exec nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader}°C
  77. ${color ffa500}memory${color}
  78. | + $mem / $memmax
  79. | + top:
  80. |${goto 30}+ ${top_mem name 1}${goto 130}${top_mem mem 1}%
  81. |${goto 30}+ ${top_mem name 2}${goto 130}${top_mem mem 2}%
  82. |${goto 30}+ ${top_mem name 3}${goto 130}${top_mem mem 3}%
  83. |${goto 30}+ ${top_mem name 4}${goto 130}${top_mem mem 4}%
  84. |${goto 30}+ ${top_mem name 5}${goto 130}${top_mem mem 5}%
  85. ${color ffa500}hdd${color}
  86. | + /dev/sda: ${fs_used /} / ${fs_size /}
  87. | + swap: $swap / $swapmax
  88. ${color ffa500}network${color}
  89. | + up:${goto 80}${upspeed eth0}
  90. | + total:${goto 80}${totalup eth0}
  91. | + down:${goto 80}${downspeed eth0}
  92. | + total:${goto 80}${totaldown eth0}
  93. | + ip:${goto 80}${addr eth0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement