Advertisement
Dobbie03

conky

Dec 31st, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 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 = 'Arch Keys',
  10.  
  11. --## ARGB can be used for real transparency
  12. --## NOTE that a composite manager is required for real transparency.
  13. --## This option will not work as desired (in most cases) in conjunction with
  14. --## own_window_type normal
  15. -- own_window_argb_visual yes # Options: yes or no
  16.  
  17. --## When ARGB visuals are enabled, this use this to modify the alpha value
  18. --## Use: own_window_type normal
  19. --## Use: own_window_transparent no
  20. --## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
  21. -- own_window_argb_value 50
  22.  
  23. minimum_width = 200,
  24. minimum_height = 0,
  25. maximum_width = 200,
  26.  
  27. gap_x = 20,-- l|r
  28. gap_y = 45,-- u|d
  29.  
  30. --alignment = 'top_left',
  31. alignment = 'bottom_right',
  32. --###################### End Window Settings ###
  33. --## Font Settings #############################
  34. -- Use Xft (anti-aliased font and stuff)
  35. use_xft = true,
  36. --xftfont Liberation Mono:bold:size=9
  37. --xftfont Liberation Sans:size=10
  38. font = 'Roboto Condensed:size=10',
  39.  
  40. -- Alpha of Xft font. Must be a value at or between 1 and 0 ###
  41. xftalpha = 1,
  42. -- Force UTF8? requires XFT ###
  43. override_utf8_locale = true,
  44.  
  45. uppercase = false,
  46. --######################## End Font Settings ###
  47. --## Colour Settings ###########################
  48. draw_shades = false,--yes
  49. default_shade_color = '#000000',
  50.  
  51. draw_outline = false,-- amplifies text if yes
  52. default_outline_color = '#000000',
  53.  
  54. --default_color 656667 # Waldorf original colour
  55. --default_color 7a7a7a # Flame & Bunsen Grey
  56. --default_color 929292 # Labs Grey
  57. default_color = '#C0C0C0',-- Silver
  58. color0 = '#B0E0E6',-- PowderBlue
  59. color1 = '#778899',-- LightSlateGray
  60. color2 = '#D8BFD8',-- Thistle
  61. color3 = '#9ACD32',-- YellowGreen
  62. color4 = '#FFA07A',-- LightSalmon
  63. color5 = '#FFDEAD',-- NavajoWhite
  64. color6 = '#00BFFF',-- DeepSkyBlue
  65. color7 = '#5F9EA0',-- CadetBlue
  66. color8 = '#BDB76B',-- DarkKhaki
  67. color9 = '#CD5C5C',-- IndianRed
  68. --###################### End Colour Settings ###
  69. --## Borders Section ###########################
  70. draw_borders = false,
  71. -- Stippled borders?
  72. stippled_borders = 5,
  73. -- border margins
  74. border_inner_margin = 5,
  75. border_outer_margin = 0,
  76. -- border width
  77. border_width = 2,
  78. -- graph borders
  79. draw_graph_borders = true,--no
  80. --default_graph_size 15yes 40
  81. --####################### End Borders Secton ###
  82. --## Miscellaneous Section #####################
  83. -- Boolean value, if true, Conky will be forked to background when started.
  84. background = true,
  85.  
  86. -- Adds spaces around certain objects to stop them from moving other things
  87. -- around, this only helps if you are using a mono font
  88. -- Options: right, left or none
  89. use_spacer = 'none',
  90.  
  91. -- Default and Minimum size is 256 needs more for single commands that
  92. -- "call" a lot of text IE: bash scripts
  93. --text_buffer_size 6144
  94.  
  95. -- Subtract (file system) buffers from used memory?
  96. no_buffers = true,
  97.  
  98. -- change GiB to G and MiB to M
  99. short_units = true,
  100.  
  101. -- Like it says, ot pads the decimals on % values
  102. -- doesn't seem to work since v1.7.1
  103. pad_percents = 2,
  104.  
  105. -- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
  106. -- $image lots. Set to 0 to disable the image cache.
  107. imlib_cache_size = 0,
  108.  
  109. -- Use the Xdbe extension? (eliminates flicker)
  110. -- It is highly recommended to use own window with this one
  111. -- so double buffer won't be so big.
  112. double_buffer = true,
  113.  
  114. -- Maximum size of user text buffer, i.e. layout below TEXT line in config file
  115. -- (default is 16384 bytes)
  116. -- max_user_text 16384
  117.  
  118. -- Desired output unit of all objects displaying a temperature. Parameters are
  119. -- either "fahrenheit" or "celsius". The default unit is degree Celsius.
  120. -- temperature_unit Fahrenheit
  121.  
  122. --################ End Miscellaneous Section ###
  123.  
  124. update_interval = 1,
  125.  
  126. };
  127.  
  128. conky.text = [[
  129. ${color1}${hr}${color}
  130. ${alignc}D W M K E Y B I N D S
  131. ${color1}${hr}${color}
  132. ${color1}[S]+Space${alignr}${color2}dmenu${color}
  133. ${color1}${hr}${color}
  134. ${color1}[S]+T${alignr}${color2}Terminal${color}
  135. ${color1}[S]+F${alignr}${color2}File Manager${color}
  136. ${color1}[S]+E${alignr}${color2}Editor${color}
  137. ${color1}[S]+M${alignr}${color2}Media Player${color}
  138. ${color1}[S]+W${alignr}${color2}Web Browser${color}
  139. ${color1}[S]+L${alignr}${color2}Lock Screen${color}
  140. ${color1}[S]+S${alignr}${color2}Scratchpad${color}
  141. ${color1}[S]+X${alignr}${color2}Exit${color}
  142. ${color1}[FN]+P${alignr}${color2}Screenshot${color}
  143. ${color1}${hr}${color}
  144. ${alignc}M E D I A C O N T R O L
  145. ${color1}${hr}${color}
  146. ${color1}[FN]+Q${alignr}${color2}Volume Down${color}
  147. ${color1}[FN]+W${alignr}${color2}Volume Up${color}
  148. ${color1}[FN]+R${alignr}${color2}Toggle MPD${color}
  149. ${color1}${hr}${color}
  150. ]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement