Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 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-2010 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 white
  31. default_outline_color white
  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=12
  40. gap_x 5
  41. gap_y 80
  42. minimum_size 5 5
  43. net_avg_samples 2
  44. no_buffers yes
  45. out_to_console no
  46. out_to_stderr no
  47. extra_newline no
  48. own_window yes
  49. own_window_class Conky
  50. own_window_type desktop
  51. #own_window_transparent yes
  52. own_window_argb_visual yes
  53. #own_window_colour 000000
  54. own_window_argb_value 70
  55. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  56. stippled_borders 0
  57. update_interval 1.0
  58. uppercase no
  59. use_spacer none
  60. show_graph_scale no
  61. show_graph_range no
  62. #text_buffer_size 2048
  63. override_utf8_locale yes
  64. #$sysname$nodename
  65. color1 d2ff06#a9dba8#4a4b1d#c4240c#cde366#b85b19#18001e
  66. color2 5a1114
  67.  
  68. TEXT
  69. ${color eb0b2f}${scroll 36 2 ${exec command lsb_release -ds} }$color
  70. $alignc${color eb0b2f} BaseAlt - изменения к лучшему!$color
  71. $hr
  72. ${color1}Провел:$color $uptime
  73. ${color1}Архитектура:$color $machine
  74. ${color1}Ядро:$color $kernel
  75. ${color1}Частота (in MHz):$color $freq
  76. ${color1}Частота (in GHz):$color $freq_g
  77. ${color1}RAM :$color $mem/$memmax - $memperc% ${membar 10}
  78. ${color1}Swap :$color $swap/$swapmax - $swapperc% ${swapbar 10}
  79. ${color1}CPU :$color $cpu% ${cpubar 10}
  80. ${color1}Процессы:$color $processes ${color grey}Running:$color $running_processes
  81. $hr
  82. ${color1}Файловая система:
  83. / $color${fs_used /}/${fs_size /} ${fs_bar 10 /}
  84. ${color1}Сеть:
  85. Up:$color ${upspeed wlp3s0} ${color1} $alignr Down:$color ${downspeed wlp3s0}
  86. $hr
  87. ${color1}Name PID CPU% MEM%
  88. ${color2} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  89. ${color2} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  90. ${color2} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  91. ${color2} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement