Guest User

Untitled

a guest
Jan 15th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. alignment bottom_left
  2. background yes
  3. border_width 0
  4. cpu_avg_samples 2
  5. default_color white
  6. default_outline_color blue
  7. default_shade_color black
  8. draw_borders no
  9. draw_graph_borders yes
  10. draw_outline no
  11. draw_shades no
  12. use_xft yes
  13. xftfont DejaVu Sans Mono:size=9
  14. gap_x 10
  15. gap_y 70
  16. maximum_width 100
  17. net_avg_samples 2
  18. no_buffers yes
  19. out_to_console no
  20. out_to_stderr no
  21. extra_newline no
  22. own_window yes
  23. own_window_class Conky
  24. stippled_borders 1
  25. update_interval 1.0
  26. uppercase no
  27. use_spacer none
  28. show_graph_scale no
  29. show_graph_range no
  30. double_buffer yes
  31. own_window_argb_visual yes
  32. own_window_hints undecorated,below,skip_taskbar,sticky
  33. own_window_transparent yes
  34. maximum_width 300
  35.  
  36. TEXT
  37. $hr
  38. Uptime:$color $uptime
  39. RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
  40. Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
  41. CPU Usage:$color $cpu% ${cpubar 4}
  42. Processes:$color $processes ${color}Running:$color $running_processes
  43. $hr
  44. File systems:
  45. / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
  46. $hr
  47. Networking:
  48.  
  49. [eth1] Up:${upspeed eth1} ${color} - Down:$color ${downspeed eth1}
  50.  
  51. [tap0] Up:${upspeed tap0} ${color} - Down:$color ${downspeed tap0}
  52.  
  53. Ip address: ${execpi 360 curl ifconfig.me}
  54. $hr
  55. Mirror status: ${execpi 60 cat /etc/pacman.d/conky.stats}
  56. $hr
  57. [Weather]
  58. ${execpi 60 weather -q -i ETAD}
  59. ${execpi 3600 paconky /home/stealth/paconky/pk}
Add Comment
Please, Sign In to add comment