Advertisement
edps

conkyrc-funtoo

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