Advertisement
fikriomar16

Simple-Mess.conkyrc

Jun 15th, 2017
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. conky.config = {
  2.  
  3. -------------------------------------
  4. -- Generic Settings
  5. -------------------------------------
  6. background=true,
  7. update_interval=1,
  8. double_buffer=true,
  9. no_buffers=true,
  10. imlib_cache_size=10,
  11.  
  12. draw_shades=false,
  13. draw_outline=false,
  14. draw_borders=false,
  15.  
  16. use_xft = true,
  17. font = 'Abel:size=11',
  18. total_run_times = 0,
  19. mpd_port = 6600,
  20. default_bar_size = 20,20,
  21.  
  22.  
  23. -------------------------------------
  24. -- Window Specifications
  25. -------------------------------------
  26. gap_x=10,
  27. gap_y=150,
  28.  
  29. minimum_height=200,
  30. minimum_width=200,
  31.  
  32. alignment = 'top_left',
  33.  
  34. own_window=true,
  35. own_window_type="normal",
  36. own_window_transparent=true,
  37. own_window_hints="undecorated,below,sticky,skip_taskbar,skip_pager",
  38. own_window_class = 'Conky',
  39. own_window_argb_visual=false,
  40. own_window_argb_value=0,
  41. double_buffer = true,
  42. draw_shades = false,
  43. default_shade_color = '#000000',
  44. draw_borders = false,
  45. border_width = 0,
  46.  
  47. -------------------------------------
  48. -- Text Settings
  49. -------------------------------------
  50. use_xft=true,
  51. xftalpha=1,
  52. font="Droid Sans:size=10",
  53. text_buffer_size=256,
  54. override_utf8_locale=true,
  55. draw_graph_borders = false,
  56. draw_outline = false,
  57. default_outline_color = '#828282',
  58. no_buffers = true,
  59. uppercase = false,
  60. cpu_avg_samples = 4,
  61. pad_percents = 2,
  62. -------------------------------------
  63. -- Color Scheme
  64. -------------------------------------
  65. default_color="ffffff",
  66.  
  67. color0="59b0b2",
  68. color1="ffffff",
  69. color2="a8adb5",
  70.  
  71.  
  72.  
  73.  
  74. -------------------------------------
  75. -- Locale (e.g. "es_ES.UTF-8")
  76. -- Leave empty for default
  77. -------------------------------------
  78. template9=""
  79.  
  80. }
  81.  
  82.  
  83. -------------------------------------
  84. -------------------------------------
  85.  
  86.  
  87. conky.text = [[
  88. \
  89. \
  90. # Here is code I have taken from Jelly Conky from zagortenay333
  91. \
  92. \
  93. \
  94. \
  95. ${font Abel :size=64}${color0}\
  96. ${time %H}\
  97. \
  98. \
  99. \
  100. \
  101. ${font Abel :size=52}${color1}:\
  102. \
  103. \
  104. \
  105. \
  106. ${font Abel :size=40}${color1}\
  107. ${time %M}${font}${color}
  108. \
  109. \
  110. \
  111. \
  112. ${font Abel :size=12}${color1} ${voffset 12}${execi 300 LANG=${template9} LC_TIME=${template9} date +"%A"},${color}\
  113. ${font Abel :size=20}${color0} ${execi 300 LANG=${template9} LC_TIME=${template9} date +"%d"}${color}\
  114. ${font Abel :size=12}${color1} ${execi 300 LANG=${template9} LC_TIME=${template9} date +"%B"}${font}${color}
  115. \
  116. \
  117. \
  118. \
  119. \
  120. # Here is end of code I have taken from Jelly Conky from zagortenay333
  121. \
  122. ${color2}
  123. ${alignc}S Y S T E M I N F O
  124. ${hr}
  125. # Here is code I have taken from BARS Conky Vertical by Kestrel8891
  126. $alignr${color1}${font Abel:pixelsize=12}${cpu cpu0} % CPU${font}
  127. ${color0}${cpubar cpu0}
  128. $alignr${color1}${font Abel:pixelsize=12}${voffset 12}${mem} / ${memperc} % RAM${font}
  129. ${color0}${membar}
  130. $alignr${color1}${font Abel:pixelsize=12}${voffset 12}${fs_free /} / ${fs_free_perc /} % HDD${font}
  131. ${color0}${fs_bar /}
  132. #$alignr${color1}${font Abel:pixelsize=10}${voffset 10}${kernel} ${machine}${font}
  133. $alignr${color1}${font Abel:pixelsize=12}${voffset 10}${uptime} UPTIME${font}
  134. # Here is end of code I have taken from BARS Conky Vertical by Kestrel8891
  135. # And now classic conky
  136.  
  137. # ${color0}Host:$alignr${color1}$nodename
  138. # ${color0}Uptime:$alignr${color1}$uptime
  139. # ${color0}RAM:$alignr${color1}$mem/$memmax
  140. # ${color0}Swap usage:$alignr${color1}$swap/$swapmax
  141. # ${color0}Disk usage:$alignr${color1}${fs_used /}/${fs_size /}
  142. # ${color0}CPU usage:$alignr${color1}${cpu cpu0}%
  143.  
  144. # Here is code I have taken from Workspace Indicator by from aresgon
  145. ${goto 70}${font Droid Sans :size=25}${if_match ${desktop}==1}${color0}${endif}•${color1}${offset 10}${if_match ${desktop}==2}${color0}${endif}•${color1}${offset 10}${if_match ${desktop}==3}${color0}${endif}•${color1}${offset 10}
  146. # Here is end of code I have taken from Workspace Indicator by from aresgon
  147. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement