Advertisement
edps

conkyrc-slackware

Sep 24th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. # Conky mixed from CathexiS Theme Suite and BunsenLabs config.
  2.  
  3. ##############################################
  4. # Settings
  5. ##############################################
  6.  
  7. background yes
  8.  
  9. # Use Xft?
  10. use_xft yes
  11. xftfont Coda:size=9
  12. xftalpha 1
  13.  
  14. # Update interval in seconds
  15. update_interval 1.0
  16.  
  17. # This is the number of times Conky will update before quitting.
  18. # Set to zero to run forever.
  19. total_run_times 0
  20.  
  21. # Create own window instead of using desktop (required in nautilus)
  22. own_window yes
  23. own_window_transparent yes
  24. own_window_type desktop
  25. own_window_argb_visual no
  26. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  27.  
  28. # Use double buffering (reduces flicker, may not work for everyone)
  29. double_buffer yes
  30.  
  31. # Minimum size of text area
  32. minimum_size 200 200
  33. maximum_width 200
  34.  
  35. # Draw shades?
  36. draw_shades no
  37.  
  38. # Draw outlines?
  39. draw_outline no
  40.  
  41. # Draw borders around text
  42. draw_borders no
  43.  
  44. # border width
  45. border_width 1
  46.  
  47. # border margins
  48. # border_margin 5
  49.  
  50. # Stippled borders?
  51. stippled_borders 0
  52.  
  53. # Default colors and also border colors
  54. default_color 666666
  55. own_window_colour 262524
  56. default_shade_color 000000
  57. default_outline_color 828282
  58.  
  59. # Text alignment, other possible values are commented
  60. alignment top_left
  61. #alignment top_right
  62. #alignment bottom_left
  63. #alignment bottom_right
  64.  
  65. # Gap between borders of screen and text
  66. # same thing as passing -x at command line
  67. gap_x 50
  68. gap_y 50
  69.  
  70. # Subtract file system buffers from used memory?
  71. no_buffers yes
  72.  
  73. # set to yes if you want all text to be in uppercase
  74. uppercase no
  75.  
  76. # number of cpu samples to average
  77. # set to 1 to disable averaging
  78. cpu_avg_samples 2
  79.  
  80. # number of net samples to average
  81. # set to 1 to disable averaging
  82. net_avg_samples 2
  83.  
  84. # Force UTF8? note that UTF8 support required XFT
  85. override_utf8_locale yes
  86.  
  87. # Add spaces to keep things from moving about? This only affects certain objects.
  88. use_spacer yes
  89.  
  90. default_bar_size 200 3
  91. draw_graph_borders yes
  92.  
  93. ##############################################
  94. # Output
  95. ##############################################
  96.  
  97. TEXT
  98. ${color a7a7a7}${font Coda:size=40}${time %k:%M}${font}${color}
  99. ${voffset -44}$alignr${time %a}
  100. $alignr${time %D}
  101.  
  102. ${color a7a7a7}Kernel:${color}$alignr$kernel
  103. ${color a7a7a7}UpTime:${color}$alignr$uptime
  104.  
  105. #P R O C E S S O R
  106. #${hr}
  107. #${color a7a7a7}Cpu1:${color}${offset 30}${cpu cpu1}%${color}
  108. #${cpugraph cpu1 20,85 556B2F 9ACD32}
  109. #${voffset -54}${offset 112}${color a7a7a7}Cpu2:${color}${offset 30}${cpu cpu1}% ${color}
  110. #$alignr${cpugraph cpu1 20,85 556B2F 9ACD32}
  111. #${color a7a7a7}Cpu3:${color}${offset 30}${cpu cpu1}%${color}
  112. #${cpugraph cpu1 20,85 556B2F 9ACD32}
  113. #${voffset -54}${offset 112}${color a7a7a7}Cpu4:${color}${offset 30}${cpu cpu1}%${color}
  114. #$alignr${cpugraph cpu1 20,85 556B2F 9ACD32}${color}
  115.  
  116. M E M O R Y
  117. ${hr}
  118. ${color a7a7a7}Ram:$alignr${color FEA63C}$mem${color}/${color B7CE42}$memmax${color}
  119. ${membar}
  120. ${color a7a7a7}Swap usage:$alignr${color FEA63C}$swap${color}/${color B7CE42}$swapfree${color}
  121. ${swapbar}
  122.  
  123. HDD
  124. ${hr}
  125. ${color a7a7a7}Root:$alignr${color FEA63C}${fs_used /}${color}/${color B7CE42}${fs_free /}${color}
  126. ${fs_bar /}
  127. ${color a7a7a7}Backup:$alignr${color FEA63C}${fs_used /mnt/backup}${color}/${color B7CE42}${fs_free /mnt/backup}${color}
  128. ${fs_bar /mnt/backup}
  129. ${color a7a7a7}Multimedia:$alignr${color FEA63C}${fs_used /mnt/multimedia}${color}/${color B7CE42}${fs_free /mnt/multimedia}${color}
  130. ${fs_bar /mnt/multimedia}
  131. ${color a7a7a7}Debian:$alignr${color FEA63C}${fs_used /mnt/debian}${color}/${color B7CE42}${fs_free /mnt/debian}${color}
  132. ${fs_bar /mnt/debian}
  133. ${color a7a7a7}Funtoo:$alignr${color FEA63C}${fs_used /mnt/funtoo}${color}/${color B7CE42}${fs_free /mnt/funtoo}${color}
  134. ${fs_bar /mnt/funtoo}
  135.  
  136. NETWORK
  137. ${hr}
  138. ${color a7a7a7}Up:${color} ${upspeed eth0}KB/s${color}
  139. ${upspeedgraph eth0 20,85 556B2F 9ACD32}
  140. ${color a7a7a7}Total:${color} ${totalup eth0}
  141. ${voffset -70}${offset 94}${color a7a7a7}Down:${color} ${downspeed eth0}KB/s
  142. $alignr${downspeedgraph eth0 20,85 556B2F 9ACD32}${color}
  143. $alignr${color a7a7a7}Total:${color} ${totaldown eth0}
  144.  
  145. ${alignc}S H O R T C U T K E Y S
  146. ${hr}
  147. [Alt] + F2${alignr}Run Dialog
  148. [Alt] + F3${alignr}Alt Menu
  149. [Winkey] + Space${alignr}Main Menu
  150. [Winkey] + Tab${alignr}Client Menu
  151. [Winkey] + t${alignr}Terminal
  152. [Winkey] + f${alignr}File Manager
  153. [Winkey] + e${alignr}Editor
  154. [Winkey] + m${alignr}Media Player
  155. [Winkey] + w${alignr}Web Browser
  156. [Winkey] + h${alignr}Task Manager
  157. [Winkey] + l${alignr}Lock Screen
  158. [Winkey] + v${alignr}Volume Control
  159. [Winkey] + x${alignr}Logout
  160. [PrtSc]${alignr}Screenshot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement