Advertisement
Guest User

.conkyrc

a guest
Oct 21st, 2014
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1.  
  2. background yes
  3. update_interval 1
  4.  
  5. cpu_avg_samples 2
  6. net_avg_samples 2
  7. temperature_unit celsius
  8.  
  9. double_buffer yes
  10. no_buffers yes
  11. text_buffer_size 2048
  12.  
  13. gap_x 25
  14. gap_y 130
  15. minimum_size 300 900
  16. maximum_width 300
  17. own_window yes
  18. own_window_type desktop
  19. own_window_transparent yes
  20. own_window_argb_visual yes
  21. own_window_argb_value o
  22. own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
  23. border_inner_margin 0
  24. border_outer_margin 0
  25. alignment tr
  26.  
  27. draw_shades yes
  28. draw_outline no
  29. draw_borders no
  30. draw_graph_borders no
  31. default_shade_color black
  32.  
  33. override_utf8_locale yes
  34. use_xft yes
  35. xftfont eurofurence light,Light
  36. xftalpha 0.5
  37. uppercase no
  38.  
  39. default_color ffffff
  40. color1 DDDDDD
  41. color2 AAAAAA
  42. color3 888888
  43. color4 EF5A29
  44.  
  45.  
  46.  
  47. TEXT
  48. ${font Raleway:weight=Ultra-Light:size=100}${alignc}${time %H:%M}${font}
  49.  
  50. ${font eurofurence light,Light:size=25}${alignc}${time %A}, ${time %d %B}
  51.  
  52.  
  53. ${font eurofurence light,Light:size=29} Gentoo
  54. ${font eurofurence light,Light:size=20}Ядро${alignr}${execi 360 uname -r | cut -c1-6}
  55. ${font eurofurence light,Light:size=20}Работает${alignr}${uptime_short}
  56.  
  57.  
  58. ${font econ,Regular:size=27}S${font eurofurence light,Light:size=29} Система
  59. ${font eurofurence light,Light:size=20}Процессор${alignr}${cpu}%
  60. ${font eurofurence light,Light:size=20}RAM${alignr}${memperc}%
  61. ${font eurofurence light,Light:size=20}Swap${alignr}${swapperc}%
  62. ${font eurofurence light,Light:size=20}Память${alignr}${fs_free}
  63.  
  64.  
  65. ${font econ,Regular:size=25}j${font eurofurence light,Light:size=29} Сеть
  66. ${font eurofurence light,Light:size=20}Загружено${alignr}${totaldown wlan0}
  67. ${font eurofurence light,Light:size=20}Отдано${alignr}${totalup wlan0}
  68. ${font eurofurence light,Light:size=20}Загрузка${alignr}${downspeed wlan0}
  69. ${font eurofurence light,Light:size=20}Отдача${alignr}${upspeed wlan0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement