Guest User

conkyrc

a guest
Jan 1st, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. # set to yes if you want Conky to be forked in the background
  2. background yes
  3. imlib_cache_size 0
  4. # Use Xft?
  5. use_xft yes
  6.  
  7. # Xft font when Xft is enabled
  8. xftfont Coda :size=9
  9. xftfont Coda -U :size=9
  10. # Text alpha when using Xft
  11. xftalpha 0.9
  12.  
  13. # Update interval in secoif_upnds
  14. update_interval 1.0
  15.  
  16. # This is the number of times Conky will update before quitting.
  17. # Set to zero to run forever.
  18. total_run_times 0
  19.  
  20. mpd_port 6600
  21.  
  22. # Create own window instead of using desktop (required in nautilus)
  23. own_window yes
  24. own_window_type override
  25. own_window_transparent yes
  26. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  27. double_buffer yes
  28.  
  29. # Minimum size of text area
  30. minimum_size 290 5
  31.  
  32. # Maximum width
  33. #maximum_width 150
  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. # Draw borders around graphs
  45. draw_graph_borders yes
  46.  
  47. # Stippled borders?
  48. # stippled_borders 8
  49.  
  50. # border margins
  51. #border_margin 5
  52.  
  53. # border width
  54. # border_width 1
  55.  
  56. # Default colors and also border colors
  57. default_color eaeaea
  58. default_shade_color 909090
  59. own_window_colour 303030
  60.  
  61. color1 a5a4e8
  62. color2 a0a0a0
  63. color3 80C31B
  64.  
  65. # Text alignment, other possible values are commented
  66. alignment top_right
  67. #alignment top_right
  68. #alignment bottom_left
  69. #alignment bottom_right
  70. #alignment none dd
  71.  
  72. # Gap between borders of screen and text
  73. # same thing as passing -x at command line
  74. gap_x 1050
  75. gap_y 30
  76.  
  77. # Subtract file system buffers from used memory?
  78. no_buffers yes
  79.  
  80. # set to yes if you want all text to be in uppercase
  81. uppercase no
  82.  
  83. # number of cpu samples to average
  84. # set to 1 to disable averaging
  85. cpu_avg_samples 2
  86.  
  87. # Force UTF8? note that UTF8 support required XFT
  88. override_utf8_locale yes
  89. default_bar_size 45 20
  90.  
  91. # variable is given either in format $variable or in ${variable}
  92.  
  93. # stuff after 'TEXT' will be formatted on screen
  94. TEXT
  95.  
  96. ${font sans-serif:bold:size=8}
  97. INFORMAÇÕES
  98. ${font Sans serif:italic:size=8}
  99. ${hr 2}
  100. Host: ${alignr} pylm-pc
  101. Tempo ligado: ${alignr}${uptime_short}
  102. RAM: ${alignr}${mem} ${memperc}%
  103. Uso de Disco: ${alignr}${fs_used /} / ${fs_size /}
  104. CPU: ${alignr}${cpu}%
  105. SWAP: ${alignr}${swapperc /swapfile}%
  106.  
  107. #Proses applikasi yang berjalan CPU ID kalau di windots
  108. ${font sans-serif:bold:size=8}PROCESSOS ${hr 2}
  109. ${font sans-serif:bold:size=8}NOME $alignr PID CPU
  110. ${top name 1} $alignr ${top pid 1} ${top cpu 1}
  111. ${top name 2} $alignr ${top pid 2} ${top cpu 2}
  112. ${top name 3} $alignr ${top pid 3} ${top cpu 3}
  113. ${top name 4} $alignr ${top pid 4} ${top cpu 4}
  114. ${top name 5} $alignr ${top pid 5} ${top cpu 5}
  115. ${top name 6} $alignr ${top pid 6} ${top cpu 6}
  116. ${top name 7} $alignr ${top pid 7} ${top cpu 7}
  117. ${top name 8} $alignr ${top pid 8} ${top cpu 8}
  118. ${font sans-serif:bold:size=8}
  119.  
  120. REDE ${hr 2}
  121. ${font sans-serif:italic:size=8}Endereço IP: $alignr ${addr enp3s0}
  122.  
  123. ${font sanf-serif:bold:size=8}
  124. SPOTIFY ${hr 2}
  125.  
  126. ${alignr}$font < ${exec ~/.conky/spotify_info_artist} >
  127. ${alignr}$font < ${exec ~/.conky/spotify_info_title} >
  128. ${alignr}$font < ${exec ~/.conky/spotify_info_album} >
  129. ${alignr}$font ${exec ~/.conky/spotify_info_cover}
  130. ${image ~/.conky/last_album_pic.png -p 0,400 -s 80x80}
  131.  
  132. ${hr 2}
  133. ${voffset -1}FORTUNE ${hr 2}
  134. ${execi 120 fortune -s | fold -w 40 }
Add Comment
Please, Sign In to add comment