Advertisement
mrneilypops

simplicity-conky

Nov 10th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. # Bunsen Labs Conky help threads
  2. # http://crunchbang.org/forums/viewtopic.php?pid=371424#p371424
  3.  
  4. # beta tested by: smacz
  5. # Enjoy! :)
  6.  
  7. # pkill -xf "conky -q -c $HOME/.config/conky/BL-Default.conkyrc" &
  8. ### Begin Window Settings #####################
  9. own_window yes
  10. own_window_type normal
  11. own_window_transparent yes
  12. own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky
  13. own_window_colour 000000
  14. own_window_class Conky
  15. own_window_title bunsenlabs sid+liq
  16.  
  17. ### ARGB can be used for real transparency
  18. ### NOTE that a composite manager is required for real transparency.
  19. ### This option will not work as desired (in most cases) in conjunction with
  20. ### own_window_type normal
  21. # own_window_argb_visual yes # Options: yes or no
  22.  
  23. ### When ARGB visuals are enabled, this use this to modify the alpha value
  24. ### Use: own_window_type normal
  25. ### Use: own_window_transparent no
  26. ### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
  27. # own_window_argb_value 50
  28.  
  29. minimum_size 220 0 ### width | height
  30. maximum_width 300
  31.  
  32. gap_x 20 ### left | right
  33. gap_y 45 ### up | down
  34.  
  35. alignment tr
  36. ####################### End Window Settings ###
  37. ### Font Settings #############################
  38. # Use Xft (anti-aliased font and stuff)
  39. use_xft yes
  40. xftfont bitcora:size=8
  41. #ftfont Liberation Sans:size=9
  42.  
  43. # Alpha of Xft font. Must be a value at or between 1 and 0 ###
  44. xftalpha 1
  45. # Force UTF8? requires XFT ###
  46. override_utf8_locale yes
  47.  
  48. uppercase no
  49. ######################### End Font Settings ###
  50. ### Colour Settings ###########################
  51. draw_shades no #yes
  52. default_shade_color 000000
  53.  
  54. draw_outline no # amplifies text if yes
  55. default_outline_color 000000
  56.  
  57. #default_color 656667 # Waldorf original colour
  58. #default_color 7a7a7a # Flame & Bunsen Grey
  59. #default_color 929292 # Labs Grey
  60. default_color C0C0C0 # Silver
  61. color0 B0E0E6 # PowderBlue
  62. color1 778899 # LightSlateGray
  63. color2 D8BFD8 # Thistle
  64. color3 9ACD32 # YellowGreen
  65. color4 FFA07A # LightSalmon
  66. color5 FFDEAD # NavajoWhite
  67. color6 00BFFF # DeepSkyBlue
  68. color7 5F9EA0 # CadetBlue
  69. color8 BDB76B # DarkKhaki
  70. color9 CD5C5C # IndianRed
  71. ####################### End Colour Settings ###
  72. ### Borders Section ###########################
  73. draw_borders no
  74. # Stippled borders?
  75. stippled_borders 5
  76. # border margins
  77. border_inner_margin 5
  78. border_outer_margin 0
  79. # border width
  80. border_width 2
  81. # graph borders
  82. draw_graph_borders yes #no
  83. #default_graph_size 15 40
  84. ####################### End Borders Section ###
  85. ### Miscellaneous Section #####################
  86. # Boolean value, if true, Conky will be forked to background when started.
  87. background yes
  88.  
  89. # Adds spaces around certain objects to stop them from moving other things
  90. # around, this only helps if you are using a mono font
  91. # Options: right, left or none
  92. use_spacer none
  93.  
  94. # Default and Minimum size is 256 - needs more for single commands that
  95. # "call" a lot of text IE: bash scripts
  96. text_buffer_size 6144
  97.  
  98. # Subtract (file system) buffers from used memory?
  99. no_buffers yes
  100.  
  101. # change GiB to G and MiB to M
  102. short_units yes
  103.  
  104. # Like it says, ot pads the decimals on % values
  105. # doesn't seem to work since v1.7.1
  106. pad_percents 2
  107.  
  108. # Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
  109. # $image lots. Set to 0 to disable the image cache.
  110. imlib_cache_size 0
  111.  
  112. # Use the Xdbe extension? (eliminates flicker)
  113. # It is highly recommended to use own window with this one
  114. # so double buffer won't be so big.
  115. double_buffer yes
  116.  
  117. # Maximum size of user text buffer, i.e. layout below TEXT line in config file
  118. # (default is 16384 bytes)
  119. # max_user_text 16384
  120.  
  121. # Desired output unit of all objects displaying a temperature. Parameters are
  122. # either "fahrenheit" or "celsius". The default unit is degree Celsius.
  123. # temperature_unit Fahrenheit
  124. ##############################################
  125. # Output
  126. ##############################################
  127. TEXT
  128. b u n s e n l a b s I N F O $alignr${execp ~/binclock}
  129. ${hr}
  130. GMT:$alignr${utime %H:%M}
  131. Host:$alignr$nodename
  132. Uptime:$alignr$uptime
  133.  
  134. ram:$alignr$mem/$memmax
  135. #Swap usage:$alignr$swap/$swapmax
  136. disk:$alignr${fs_used /}/${fs_size /}
  137. cpu:$alignr${cpu cpu0}%
  138.  
  139. debian :$alignr${execp cat /etc/debian_version}
  140. kernel installed : $alignr${kernel}
  141. kernel latest check:$alignr${exec ~/bin/atomfeed.py}
  142. #i3 :$alignr${execp apt-cache policy i3 | grep Installed: | cut -d: -f2}
  143.  
  144. s h o r t c u t K E Y S
  145. ${hr}
  146. [Alt] + F2${alignr}Run Dialog
  147. [Alt] + F3${alignr}Alt Menu
  148. [Super] + Space${alignr}Main Menu
  149. [Super] + Tab${alignr}Client Menu
  150. [Super] + t${alignr}Terminal
  151. [Super] + f${alignr}File Manager
  152. [Super] + e${alignr}Editor
  153. [Super] + m${alignr}Media Player
  154. [Super] + w${alignr}Web Browser
  155. [Super] + h${alignr}Task Manager
  156. [Super] + l${alignr}Lock Screen
  157. [Super] + v${alignr}Volume Control
  158. [Super] + x${alignr}Logout
  159. [PrtSc]${alignr}Screenshot
  160. ${hr}
  161. s i m p l i c i t y IS THE ULTIMTE SOPHISTICATION
  162. $alignr${font bitcora13:italic:size=6}Leanardo da Vinci
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement