Advertisement
Guest User

.conkyrc

a guest
Jan 17th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. # Conky, a system monitor, based on torsmo
  2. #
  3. # Any original torsmo code is licensed under the BSD license
  4. #
  5. # All code written since the fork of torsmo is licensed under the GPL
  6. #
  7. # Please see COPYING for details
  8. #
  9. # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
  10. # Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
  11. # All rights reserved.
  12. #
  13. # This program is free software: you can redistribute it and/or modify
  14. # it under the terms of the GNU General Public License as published by
  15. # the Free Software Foundation, either version 3 of the License, or
  16. # (at your option) any later version.
  17. #
  18. # This program is distributed in the hope that it will be useful,
  19. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21. # GNU General Public License for more details.
  22. # You should have received a copy of the GNU General Public License
  23. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  24. #
  25.  
  26. alignment top_right
  27. background no
  28. border_width 1
  29. cpu_avg_samples 2
  30. default_color black
  31. default_outline_color black
  32. default_shade_color black
  33. draw_borders no
  34. draw_graph_borders yes
  35. draw_outline no
  36. draw_shades no
  37. double_buffer yes
  38. use_xft yes
  39. xftfont DejaVu Sans Mono:size=10
  40. gap_x 5
  41. gap_y 30
  42. max_text_width 35
  43. minimum_size 5 5
  44. net_avg_samples 2
  45. no_buffers yes
  46. on_bottom yes
  47. out_to_console no
  48. out_to_stderr no
  49. own_window yes
  50. own_window_class Conky
  51. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  52. own_window_transparent yes
  53. own_window_type normal
  54. stippled_borders 0
  55. update_interval 0.5
  56. uppercase no
  57. use_spacer none
  58. show_graph_scale no
  59. show_graph_range no
  60.  
  61. TEXT
  62.  
  63. Загрузка ОЗУ:$color $mem/$memmax-$memperc% ${membar 4}
  64. Загрузка процессора:$color $cpu% ${cpubar 4}
  65. Процессы:$color $processes
  66. Файловые системы:
  67. / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
  68. /mnt/sda2/ $color${fs_used /mnt/sda2/}/${fs_size /mnt/sda2/} ${fs_bar 6 /mnt/sda2/}
  69. Процессы $hr
  70. Название PID CPU% ОЗУ%
  71. ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  72. ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  73. ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  74. ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
  75. Почта $hr
  76. ${offset 8}Новых писем: ${execi 300 sh ~/.scripts/mail.sh}
  77. Погода $hr
  78.  
  79. ${rss http://www.meteoservice.ru/feed/daily/37/ 60 item_title 2}
  80. ${rss http://www.meteoinfo.ru/rss/moscow/ 60 item_desc 1}
  81.  
  82. ${rss http://www.meteoservice.ru/feed/daily/37/ 60 item_title 3}
  83. ${rss http://www.meteoinfo.ru/rss/moscow/ 60 item_desc 3}
  84.  
  85. ${rss http://www.meteoservice.ru/feed/daily/37/ 60 item_title 4}
  86. ${rss http://www.meteoinfo.ru/rss/moscow/ 60 item_desc 5}
  87.  
  88. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement