Advertisement
Kimarite

default_conkyrc (2019.02.10)

Feb 10th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 KB | None | 0 0
  1. --[[ For conky variables and commands use the terminal command:
  2.  
  3. man conky
  4.  
  5. Bunsen Labs Conky help threads
  6. ------------------------------
  7. Index » Scripts, Tutorials & Tips » Conky - Calendars / Clocks / Time
  8. https://forums.bunsenlabs.org/viewtopic.php?id=516
  9.  
  10. Open a thread and Post conky questions in: Index » GUI & Applications
  11. https://forums.bunsenlabs.org/viewforum.php?id=4
  12.  
  13. Display your completed conky and codes
  14. Index » Scripts, Tutorials & Tips » Show us your conky
  15. https://forums.bunsenlabs.org/viewtopic.php?id=512
  16. ]]
  17.  
  18. conky.config = {
  19.  
  20. -- Begin Window Settings
  21. own_window = true,
  22. own_window_type = 'normal',
  23. own_window_transparent = true,
  24. own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
  25. own_window_colour = '000000',
  26. own_window_class = 'Conky',
  27. own_window_title = 'Bunsen Labs CB Right Conky',
  28.  
  29. -- ARGB can be used for real transparency
  30. -- NOTE that a composite manager is required for real transparency.
  31. -- This option will not work as desired (in most cases) in conjunction with
  32. -- own_window_type normal,
  33. -- own_window_argb_visual = true, -- Options: true|false
  34.  
  35. -- When ARGB visuals are enabled, this use this to modify the alpha value
  36. -- Use: own_window_type = 'normal'
  37. -- Use: own_window_transparent = false,
  38. -- Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
  39. -- own_window_argb_value = 255,
  40.  
  41. minimum_width = 600, minimum_height = 0,-- width | height
  42. maximum_width = 800,
  43.  
  44. gap_x = 20,-- l|r
  45. gap_y = 45,-- u|d
  46.  
  47. alignment = 'top_left',
  48. -- End Window Settings
  49. -- Font Settings
  50. -- Use Xft (anti-aliased font and stuff)
  51. use_xft = true,
  52. --font = 'Liberation Mono:bold:size=10',
  53. --font = 'Liberation Sans:bold:size=10',
  54. font = 'Sans-serif:bold:size=10',
  55.  
  56. -- Alpha of Xft font. Must be a value at or between 1 and 0
  57. xftalpha = 1,
  58. -- Force UTF8? requires XFT
  59. override_utf8_locale = true,
  60.  
  61. uppercase = false,
  62. -- End Font Settings
  63. -- Color Settings
  64. draw_shades = false,
  65. default_shade_color = '000000',
  66.  
  67. draw_outline = false,-- amplifies text if true
  68. default_outline_color = '000000',
  69.  
  70. --default_color = '656667', -- Waldorf original colour
  71. --default_color = '7a7a7a', -- Flame & Bunsen Grey
  72. --default_color = '929292', -- Labs Grey
  73. default_color = '678b8b',-- Beam green
  74. color0 = 'B0E0E6',-- PowderBlue
  75. color1 = '778899',-- LightSlateGray
  76. color2 = 'D8BFD8',-- Thistle
  77. color3 = '9ACD32',-- YellowGreen
  78. color4 = 'FFA07A',-- LightSalmon
  79. color5 = 'FFDEAD',-- NavajoWhite
  80. color6 = '00BFFF',-- DeepSkyBlue
  81. color7 = '5F9EA0',-- CadetBlue
  82. color8 = 'BDB76B',-- DarkKhaki
  83. color9 = 'C0C0C0',-- Silver
  84.  
  85. -- End Colour Settings
  86. -- Borders Section
  87. draw_borders = false,
  88. -- Stippled borders?
  89. stippled_borders = 5,
  90. -- border margins
  91. border_inner_margin = 5,
  92. border_outer_margin = 0,
  93. -- border width
  94. border_width = 2,
  95. -- graph borders
  96. draw_graph_borders = false,
  97. --default_graph_height = 15,
  98. --default_graph_width = 40,
  99.  
  100. -- End Borders Section
  101. -- Miscellaneous Section
  102. -- Boolean value, if true, Conky will be forked to background when started.
  103. background = true,
  104.  
  105. -- Adds spaces around certain objects to stop them from moving other things
  106. -- around, this only helps if you are using a mono font
  107. -- Options: right, left or none
  108. use_spacer = 'none',
  109.  
  110. -- Default and Minimum size is 256 - needs more for single commands that
  111. -- "call" a lot of text IE: bash scripts
  112. --text_buffer_size = 6144,
  113.  
  114. -- Subtract (file system) buffers from used memory?
  115. no_buffers = true,
  116.  
  117. -- change GiB to G and MiB to M
  118. short_units = true,
  119.  
  120. -- Like it says, ot pads the decimals on % values
  121. -- doesn't seem to work since v1.7.1
  122. pad_percents = 2,
  123.  
  124. -- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
  125. -- $image lots. Set to 0 to disable the image cache.
  126. imlib_cache_size = 0,
  127.  
  128. -- Use the Xdbe extension? (eliminates flicker)
  129. -- It is highly recommended to use own window with this one
  130. -- so double buffer won't be so big.
  131. double_buffer = true,
  132.  
  133. -- Maximum size of user text buffer, i.e. layout below TEXT line in config file
  134. -- (default is 16384 bytes)
  135. -- max_user_text = 16384,
  136.  
  137. -- Desired output unit of all objects displaying a temperature. Parameters are
  138. -- either "fahrenheit" or "celsius". The default unit is degree Celsius.
  139. -- temperature_unit = 'celsius',
  140.  
  141. -- End Miscellaneous Section
  142.  
  143. update_interval = 5,
  144.  
  145. };
  146.  
  147. conky.text = [[
  148. ${alignr}R E N D S Z E R
  149. ${voffset -05}${membar 0}
  150. ${voffset -10}Uptime:${alignr}${uptime}
  151. Load:$alignr $loadavg
  152. Users logon:$alignr $user_number
  153. CPU: (${cpu}%)${alignr}${freq}MHz
  154. $alignr${cpubar 4,100}
  155. RAM:$alignr $mem / $memmax
  156. $alignr ${membar 4,50}
  157. Swap:$alignr $swap / $swapmax
  158. $alignr ${swapbar 4,100}
  159. Processes:$alignr $processes
  160. Running:$alignr $running_processes
  161. HDD:$alignr${fs_used /} / ${fs_size /}
  162. ${fs_bar 4 /}
  163. $alignr M/B: ${hwmon 0 temp 1}° | ${hwmon 0 temp 2}° | ${hwmon 0 temp 3}° | ${hwmon 0 temp 4}° | ${hwmon 0 temp 5}° | ${hwmon 0 temp 6}°
  164. $alignr CPU: ${hwmon 1 temp 1}° | ${hwmon 1 temp 2}° | ${hwmon 1 temp 3}°
  165. $alignr HDD: ${hddtemp /dev/sda}°
  166. ${voffset 10}${alignr}H Á L Ó Z A T
  167. ${voffset -05}${membar 0}
  168. ${voffset -10}Le: ${downspeed lo}${alignr} Fel: ${upspeed lo}
  169. ${totaldown lo}${alignr} ${totalup lo}
  170. ${voffset 10}${alignr}F O L Y A M A T
  171. ${voffset -05}${membar 0}
  172. ${voffset -10}${goto 430}CPU ${goto 486}MEM% ${goto 548}MEM/MiB
  173. ${top name 1} ${goto 420}${top cpu 1} ${goto 488}${top mem 1} ${goto 560}${top mem_res 1}
  174. ${top name 2} ${goto 420}${top cpu 2} ${goto 488}${top mem 2} ${goto 560}${top mem_res 2} $alignr
  175. ${top name 3} ${goto 420}${top cpu 3} ${goto 488}${top mem 3} ${goto 560}${top mem_res 3} $alignr
  176. ${top name 4} ${goto 420}${top cpu 4} ${goto 488}${top mem 4} ${goto 560}${top mem_res 4} $alignr
  177. ${top name 5} ${goto 420}${top cpu 5} ${goto 488}${top mem 5} ${goto 560}${top mem_res 5} $alignr
  178. ${top name 6} ${goto 420}${top cpu 6} ${goto 488}${top mem 6} ${goto 560}${top mem_res 6} $alignr
  179. ${top name 7} ${goto 420}${top cpu 7} ${goto 488}${top mem 7} ${goto 560}${top mem_res 7} $alignr
  180. ${top name 8} ${goto 420}${top cpu 8} ${goto 488}${top mem 8} ${goto 560}${top mem_res 8} $alignr
  181. ]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement