Advertisement
Igor_kr

conkyrc

Mar 8th, 2015
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. background yes
  2. own_window yes
  3. own_window_type normal
  4. own_window_transparent yes
  5. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  6. use_xft yes
  7. #xftalpha 0.8 я не знаю, що це
  8. xftfont DejaVu Sans:size=6
  9. double_buffer yes
  10. draw_shades yes
  11. #прозорість на деяких десктопах
  12. own_window_argb_visual yes
  13.  
  14. default_color white
  15. default_shade_color black
  16. default_outline_color blue
  17. alignment top_right
  18. gap_x 20
  19. gap_y 30
  20. no_buffers yes
  21.  
  22. TEXT
  23. ${color a1ccea}Процесор: $cpu%
  24. ${color ffffff}${cpugraph 20,140 000000 ffffff}
  25. процеси:
  26. ${color ff9000}${top cpu 1} ${top name 1}
  27. ${color ffffff}${top cpu 2} ${top name 2}
  28. ${top cpu 3} ${top name 3}
  29. ${top cpu 3} ${top name 4}
  30. ${top cpu 3} ${top name 5}
  31.  
  32. ${color a1ccea}Пам’ять: ${memperc}%
  33. ${color ffffff} ${mem}/${memmax}
  34. ${memgraph 20,140 000000 ffffff}
  35. #Файл підкачки: $swap
  36. #${swapbar 3,140}
  37. процеси:
  38. ${color ff9000}${top_mem mem 1} ${top_mem name 1}
  39. ${color ffffff}${top_mem mem 2} ${top_mem name 2}
  40. ${top_mem mem 3} ${top_mem name 3}
  41. ${top_mem mem 3} ${top_mem name 4}
  42. ${top_mem mem 3} ${top_mem name 5}
  43.  
  44.  
  45. ${color a1ccea}Дисковий простір:${color ffffff}
  46. ${fs_used /}/${fs_size /}
  47. ${fs_bar 3,140 /}
  48. #Home ${fs_used /home}/${fs_size /home}
  49. #${fs_bar 3,140 /home}
  50.  
  51. #${color a1ccea}Weather:
  52. #${color ffffff}${execi 600 wget -O ~/.conkyweather.gif http://informer.gismeteo.ru/new/4944-48.GIF}
  53. #${image ~/.conkyweather.gif -p 0,635 -f 300}
  54. #${color a1ccea}Температура${color ffffff}
  55. #${execi 5 sensors | grep temp1 | cut -c 15-19}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement