Advertisement
Dobbie03

Conky

Jul 2nd, 2023
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.47 KB | None | 0 0
  1. conky.config = {
  2. --## Begin Window Settings #####################
  3. own_window = true,
  4. own_window_type = 'override',
  5. own_window_transparent = true,
  6. own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
  7. own_window_colour = '000000',
  8. own_window_class = 'conky',
  9. own_window_title = 'Now Playing Conky',
  10. --## ARGB can be used for real transparency
  11. --## NOTE that a composite manager is required for real transparency.
  12. --## This option will not work as desired (in most cases) in conjunction with
  13. --## own_window_type normal
  14. -- own_window_argb_visual true # Options: yes or no
  15.  
  16. --## When ARGB visuals are enabled, this use this to modify the alpha value
  17. --## Use: own_window_type normal
  18. --## Use: own_window_transparent no
  19. --## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
  20. -- own_window_argb_value 0
  21.  
  22. alignment = 'bottom_left',
  23. minimum_width = 180,
  24. maximum_width = 180,
  25. minimum_height = 180,
  26.  
  27. gap_x = 25,--## left | right
  28. gap_y = 25,--## up | down
  29. --###################### End Window Settings ###
  30. --## Font Settings #############################
  31. -- Use Xft (anti-aliased font and stuff)
  32. use_xft = true,
  33. font = 'SF Pro Text:size=8',
  34.  
  35.  
  36. -- Alpha of Xft font. Must be a value at or between 1 and 0 ###
  37. xftalpha = 1,
  38. -- Force UTF8? requires XFT ###
  39. override_utf8_locale = true,
  40.  
  41. uppercase = false,
  42. --######################## End Font Settings ###
  43. --## Colour Settings ###########################
  44. draw_shades = false,--yes
  45. default_shade_color = 'black',
  46.  
  47. draw_outline = false,-- amplifies text if yes
  48. default_outline_color = 'black',
  49.  
  50. default_color = '#c6c6c6',-- Black
  51. --default_color = '#5a5a5a',-- Black
  52. --default_color = '#a7a7a7',
  53. --default_color = '#212121',
  54. color0 = '#7a7a7a',-- Grey
  55. color1 = '#bf616a',-- Red
  56. color2 = '#a3be8c',-- Green
  57. color3 = '#ebcb8b',-- Yellow
  58. color4 = '#81a1c1',-- Blue
  59. --###################### End Colour Settings ###
  60. --## Borders Section ###########################
  61. draw_borders = false,
  62. -- Stippled borders?
  63. stippled_borders = 0,
  64. -- border margins
  65. border_inner_margin = 0,
  66. border_outer_margin = 0,
  67. -- border width
  68. border_width = 0,
  69. -- graph borders
  70. draw_graph_borders = true,--no
  71. --default_graph_size 15 40
  72. --####################### End Borders Secton ###
  73. --## Miscellaneous Section #####################
  74. -- Boolean value, if true, Conky will be forked to background when started.
  75. background = true,
  76. -- Adds spaces around certain objects to stop them from moving other things
  77. -- around, this only helps if you are using a mono font
  78. -- Options: right, left or none
  79. use_spacer = 'none',
  80.  
  81. -- Default and Minimum size is 256 - needs more for single commands that
  82. -- "call" a lot of text IE: bash scripts
  83. --text_buffer_size 6144
  84.  
  85. -- Subtract (file system) buffers from used memory?``
  86. conky.config = {
  87. --## Begin Window Settings #####################
  88. own_window = true,
  89. own_window_type = 'override',
  90. own_window_transparent = true,
  91. own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
  92. own_window_colour = '000000',
  93. own_window_class = 'conky',
  94. own_window_title = 'Now Playing Conky',
  95. --## ARGB can be used for real transparency
  96. --## NOTE that a composite manager is required for real transparency.
  97. --## This option will not work as desired (in most cases) in conjunction with
  98. --## own_window_type normal
  99. -- own_window_argb_visual true # Options: yes or no
  100. 
  101. --## When ARGB visuals are enabled, this use this to modify the alpha value
  102. --## Use: own_window_type normal
  103. --## Use: own_window_transparent no
  104. --## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
  105. -- own_window_argb_value 0
  106. 
  107. alignment = 'bottom_left',
  108. minimum_width = 180,
  109. maximum_width = 180,
  110. minimum_height = 180,
  111. 
  112. gap_x = 25,--## left | right
  113. gap_y = 25,--## up | down
  114. --###################### End Window Settings ###
  115. --## Font Settings #############################
  116. -- Use Xft (anti-aliased font and stuff)
  117. use_xft = true,
  118. font = 'SF Pro Text:size=8',
  119. 
  120. 
  121. -- Alpha of Xft font. Must be a value at or between 1 and 0 ###
  122. xftalpha = 1,
  123. -- Force UTF8? requires XFT ###
  124. override_utf8_locale = true,
  125. 
  126. uppercase = false,
  127. --######################## End Font Settings ###
  128. --## Colour Settings ###########################
  129. draw_shades = false,--yes
  130. default_shade_color = 'black',
  131. 
  132. draw_outline = false,-- amplifies text if yes
  133. default_outline_color = 'black',
  134. 
  135. default_color = '#c6c6c6',-- Black
  136. --default_color = '#5a5a5a',-- Black
  137. --default_color = '#a7a7a7',
  138. --default_color = '#212121',
  139. color0 = '#7a7a7a',-- Grey
  140. color1 = '#bf616a',-- Red
  141. color2 = '#a3be8c',-- Green
  142. color3 = '#ebcb8b',-- Yellow
  143. color4 = '#81a1c1',-- Blue
  144. --###################### End Colour Settings ###
  145. --## Borders Section ###########################
  146. draw_borders = false,
  147. -- Stippled borders?
  148. stippled_borders = 0,
  149. -- border margins
  150. border_inner_margin = 0,
  151. border_outer_margin = 0,
  152. -- border width
  153. border_width = 0,
  154. -- graph borders
  155. draw_graph_borders = true,--no
  156. --default_graph_size 15 40
  157. --####################### End Borders Secton ###
  158. --## Miscellaneous Section #####################
  159. -- Boolean value, if true, Conky will be forked to background when started.
  160. background = true,
  161. -- Adds spaces around certain objects to stop them from moving other things
  162. -- around, this only helps if you are using a mono font
  163. -- Options: right, left or none
  164. use_spacer = 'none',
  165. 
  166. -- Default and Minimum size is 256 - needs more for single commands that
  167. -- "call" a lot of text IE: bash scripts
  168. --text_buffer_size 6144
  169. 
  170. -- Subtract (file system) buffers from used memory?
  171. no_buffers = true,
  172. 
  173. -- change GiB to G and MiB to M
  174. short_units = true,
  175. 
  176. -- Like it says, ot pads the decimals on % values
  177. -- doesn't seem to work since v1.7.1
  178. pad_percents = 2,
  179. 
  180. -- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
  181. -- $image lots. Set to 0 to disable the image cache.
  182. imlib_cache_size = 0,
  183. 
  184. -- Use the Xdbe extension? (eliminates flicker)
  185. -- It is highly recommended to use own window with this one
  186. -- so double buffer won't be so big.
  187. double_buffer = true,
  188. 
  189. -- Maximum size of user text buffer, i.e. layout below TEXT line in config file
  190. -- (default is 16384 bytes)
  191. -- max_user_text 16384
  192. 
  193. -- Desired output unit of all objects displaying a temperature. Parameters are
  194. -- either "fahrenheit" or "celsius". The default unit is degree Celsius.
  195. -- temperature_unit Fahrenheit
  196. --################ End Miscellaneous Section ###
  197. 
  198. update_interval = 1,
  199. ``
  200. no_buffers = true,
  201.  
  202. -- change GiB to G and MiB to M
  203. short_units = true,
  204.  
  205. -- Like it says, ot pads the decimals on % values
  206. -- doesn't seem to work since v1.7.1
  207. pad_percents = 2,
  208.  
  209. -- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
  210. -- $image lots. Set to 0 to disable the image cache.
  211. imlib_cache_size = 0,
  212.  
  213. -- Use the Xdbe extension? (eliminates flicker)
  214. -- It is highly recommended to use own window with this one
  215. -- so double buffer won't be so big.
  216. double_buffer = true,
  217.  
  218. -- Maximum size of user text buffer, i.e. layout below TEXT line in config file
  219. -- (default is 16384 bytes)
  220. -- max_user_text 16384
  221.  
  222. -- Desired output unit of all objects displaying a temperature. Parameters are
  223. -- either "fahrenheit" or "celsius". The default unit is degree Celsius.
  224. -- temperature_unit Fahrenheit
  225. --################ End Miscellaneous Section ###
  226.  
  227. update_interval = 1,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement