Guest User

Conky Config

a guest
Jun 17th, 2016
855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. #==============================================================================
  2. # conkyrc_lilas
  3. # Date : dez/01/2014
  4. # Author : lilaspastia
  5. # Version : v0.1
  6. # License : Distributed under the terms of GNU GPL version 2 or later
  7. #
  8. # This version is a modification of conkyrc_seamod which is a modification of conkyrc_lunatico which is modification of conkyrc_orange
  9. # conkyrc_seamod: http://seajey.deviantart.com/art/Conky-Seamod-v0-1-283461046
  10. # conkyrc_orange: http://gnome-look.org/content/show.php?content=137503&forumpage=0
  11. # conkyrc_lunatico: http://gnome-look.org/content/show.php?content=142884
  12. #==============================================================================
  13.  
  14. background yes
  15. update_interval 1
  16.  
  17. cpu_avg_samples 1
  18. net_avg_samples 2
  19. temperature_unit celsius
  20.  
  21. double_buffer yes
  22. no_buffers yes
  23. text_buffer_size 2048
  24.  
  25. gap_x 0
  26. gap_y 100
  27. minimum_size 300 300
  28. maximum_width 200
  29. own_window yes
  30. own_window_type override
  31. own_window_transparent yes
  32. own_window_argb_visual yes
  33. own_window_type normal
  34. own_window_class conky-semi
  35. own_window_hints undecorated,sticky,skip_taskbar,skip_pager,below
  36. border_inner_margin 0
  37. border_outer_margin 0
  38. alignment mr
  39.  
  40.  
  41. draw_shades no
  42. draw_outline no
  43. draw_borders no
  44. draw_graph_borders no
  45.  
  46. override_utf8_locale yes
  47. use_xft yes
  48. xftfont caviar dreams:size=8
  49. xftalpha 0.5
  50. uppercase no
  51.  
  52. # Defining colors
  53. default_color FFFFFF
  54. # Shades of Gray
  55. color1 DDDDDD
  56. color2 AAAAAA
  57. color3 888888
  58. # Orange
  59. color4 72A4B0 #EF5A29
  60. # Green
  61. color5 618C98 #77B753
  62.  
  63.  
  64. ## System information using conky capabilities
  65. TEXT
  66. # Header with base system info
  67. ${color1}${font Ubuntu:size=8,weight:normal}SYSTEM: ${alignr}$nodename
  68. UPTIME:${alignr} $uptime
  69.  
  70. ${color4}${font Ubuntu:size=9,weight:bold}CPU
  71. ${cpugraph cpu0 20,183 27383D 618C98}
  72. ${cpugraph cpu1 20,183 27383D 618C98}
  73. ${cpugraph cpu2 20,183 27383D 618C98}
  74. ${cpugraph cpu3 20,183 27383D 618C98}
  75. ${voffset 0}
  76. # Showing TOP 5 CPU-consumers
  77. ${color5}${font Ubuntu:size=8,weight:normal}TOP
  78. ${font Ubuntu:size=8,weight:normal}${color1}${top name 1}${alignr}${top cpu 1}%
  79. ${font Ubuntu:size=8,weight:normal}${color2}${top name 2}${alignr}${top cpu 2}%
  80. ${font Ubuntu:size=8,weight:normal}${color2}${top name 3}${alignr}${top cpu 3}%
  81. ${font Ubuntu:size=8,weight:normal}${color3}${top name 4}${alignr}${top cpu 4}%
  82. ${font Ubuntu:size=8,weight:normal}${color3}${top name 5}${alignr}${top cpu 5}%
  83.  
  84.  
  85. #Showing memory part with TOP 5
  86. ${color4}${color4}${font Ubuntu:size=9,weight:bold}MEMORY:
  87. ${color5}${membar 5,183 27383D 618C98}
  88. ${alignr}${color4}${font Ubuntu:size=8,weight:normal}${color1}${mem} / ${memmax}
  89.  
  90. ${color5}TOP
  91. ${font Ubuntu:size=8,weight:normal}${color1}${top_mem name 1}${alignr}${top_mem mem 1}%
  92. ${font Ubuntu:size=8,weight:normal}${color2}${top_mem name 2}${alignr}${top_mem mem 2}%
  93. ${font Ubuntu:size=8,weight:normal}${color2}${top_mem name 3}${alignr}${top_mem mem 3}%
  94. ${font Ubuntu:size=8,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 4}%
  95. ${font Ubuntu:size=8,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 5}%
  96.  
  97. ${color4}${color4}${font Ubuntu:size=9,weight:bold}DISK:
  98. ${diskiograph 30,190 27383D 618C98}
  99.  
  100.  
  101. ${color4}${color4}${font Ubuntu:size=9,weight:bold}NET:
  102. ${color1}${font Ubuntu:size=8,weight:normal}NETWORK: ${alignr}${wireless_essid wlan0}
  103. MODE: ${alignr}${wireless_mode wlan0}
  104. QUALITY: ${alignr}${wireless_link_qual_perc wlan0}%
  105.  
  106. #Showing wlan0 usage
  107. ${color1}${font Ubuntu:size=8,weight:bold}Up: ${alignr}${font Ubuntu:size=8,weight:normal}$color2${upspeed wlan0}
  108. ${upspeedgraph wlan0 40,285 27383D 618C98 1000 -t -l }
  109. ${color1}${font Ubuntu:size=8,weight:bold}Down: ${alignr}${font Ubuntu:size=8,weight:normal}$color2${downspeed wlan0}
  110. ${downspeedgraph wlan0 40,285 27383D 618C98 2000 -t -l}
Add Comment
Please, Sign In to add comment