Guest User

Untitled

a guest
Apr 28th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alignment top_right
  2. gap_x 150
  3. gap_y 0
  4. background yes
  5.  
  6. border_width 1
  7. border_inner_margin 13
  8. cpu_avg_samples 2
  9. default_color white
  10. default_outline_color white
  11. default_shade_color white
  12. draw_borders no
  13. draw_graph_borders yes
  14. draw_outline no
  15. draw_shades no
  16.  
  17. minimum_size 300 1080
  18.  
  19. use_xft yes
  20. xftfont Droid Sans:size=10
  21.  
  22. net_avg_samples 2
  23. no_buffers yes
  24. out_to_console no
  25. out_to_stderr no
  26. extra_newline no
  27.  
  28. #window
  29. own_window yes
  30. own_window_class Conky
  31. own_window_type desktop
  32. own_window_argb_visual yes
  33. own_window_argb_value 175
  34.  
  35. stippled_borders 0
  36. update_interval 1.0
  37. uppercase no
  38. show_graph_scale no
  39. show_graph_range no
  40. double_buffer yes
  41.  
  42.  
  43. TEXT
  44. ${voffset 100}
  45. ${hr 2}
  46. ${font Droid Sans:bold:size=32}${time %H:%M:%S}$font
  47. ${font Droid Sans:bold:size=18}${time %a %e %B %G}$font
  48.  
  49. ${font Droid Sans:bold:size=11}Status$font ${hr 2}
  50. ${color grey}Kernel:$color $kernel ${color grey}Uptime:$color $uptime
  51. ${color grey}Charge:$color ${battery_percent BAT1}% ${goto 115}${battery_bar BAT1}
  52. ${color grey}Time Remaining:$color ${battery_time BAT1}
  53.  
  54. ${font Droid Sans:bold:size=11}Usage$font ${hr 2}
  55. ${color grey}CPU Usage:$color $cpu% ${goto 115}${cpubar 5}
  56. ${color grey}RAM Usage:$color $memperc% ${goto 115}${membar 5}
  57. ${if_up wlan0}
  58. ${font Droid Sans:bold:size=11}Wireless Network$font ${hr 2}
  59. ${color grey}SSID:$color ${wireless_essid wlan0}
  60. ${color grey}Signal:$color ${wireless_link_qual_perc wlan0}% ${goto 115}${wireless_link_bar 4 wlan0}
  61. ${color grey}Bitrate:$color ${wireless_bitrate wlan0}
  62. ${color grey}Down:$color ${downspeed wlan0} ${color grey} - Up:$color ${upspeed wlan0}
  63. ${color grey}IP:$color ${addr wlan0}
  64. ${endif}${if_existing /proc/net/route eth0}
  65. ${font Droid Sans:bold:size=11}Wired Network$font ${hr 2}
  66. ${color grey}IP:$color ${addr eth0}
  67. ${color grey}Down:$color ${downspeed eth0} ${color grey} - Up:$color ${upspeed eth0}
  68. ${endif}${hr 2}
Add Comment
Please, Sign In to add comment