Advertisement
Guest User

Untitled

a guest
Mar 9th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. ######################
  2. # - Conky settings - #
  3. ######################
  4. update_interval 1
  5. total_run_times 0
  6. net_avg_samples 1
  7. cpu_avg_samples 1
  8.  
  9. imlib_cache_size 0
  10. double_buffer yes
  11. no_buffers yes
  12.  
  13. #####################
  14. # - Text settings - #
  15. #####################
  16. use_xft yes
  17. xftfont Ubuntu:size=8
  18. override_utf8_locale yes
  19. text_buffer_size 2048
  20.  
  21. #############################
  22. # - Window specifications - #
  23. #############################
  24. own_window_class wallpaper #Conky
  25. own_window yes
  26. own_window_type normal
  27. own_window_transparent yes
  28. #own_window_argb_visual no
  29. #own_window_argb_value 0
  30. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  31.  
  32. alignment top_right
  33. gap_x 24
  34. gap_y 60
  35. minimum_size 220 0
  36. maximum_width 220
  37.  
  38. default_bar_size 60 8
  39.  
  40. #########################
  41. # - Graphics settings - #
  42. #########################
  43. draw_shades no
  44.  
  45. default_color cccccc
  46.  
  47. color0 white
  48. color1 E07A1F
  49. color2 white
  50.  
  51.  
  52. TEXT
  53. ${image /home/ole/.conkyrc.png -p 0,0 -s 220x135}
  54. ${voffset 125}${alignc}Uptime: ${uptime}
  55.  
  56. ${font Arial Black:size=26}${alignc}${time %H:%M}${font}
  57. ${alignc}${time %A, %B %d, %Y}
  58.  
  59. ${alignc}${pre_exec lsb_release -d | cut -f 2| tr "[:upper:]" "[:lower:]"}
  60. ${alignc}${kernel}
  61.  
  62. CPU usage:${alignr}${cpu cpu0}%
  63. ${cpubar cpu1 5,220}
  64. ${cpubar cpu2 5,220}
  65. ${cpubar cpu3 5,220}
  66. ${cpubar cpu4 5,220}
  67.  
  68. RAM usage:${alignr}${mem}/${memmax}
  69. ${membar 5,220}
  70.  
  71. HDD:${alignr}${fs_used /}/${fs_size /}
  72. ${fs_bar 5,220 /}
  73.  
  74. ${if_up wlan0}SSID:${alignr}${wireless_essid wlan0}
  75. #${wireless_link_qual wlan0}%
  76. ${wireless_link_bar 5,220 wlan0}
  77. Local IP: ${alignr}${addr wlan0}
  78.  
  79. Up: ${upspeed wlan0}${alignr}Total up: ${totalup wlan0}
  80. ${upspeedgraph wlan0 24,220 F57900 FCAF3E}
  81.  
  82. Down: ${downspeed wlan0}${alignr}Total down: ${totaldown wlan0}
  83. ${downspeedgraph wlan0 24,220 F57900 FCAF3E}
  84.  
  85. Battery: ${alignr}${battery}
  86. ${battery_bar 5,220}
  87.  
  88. Processes:${alignr}$processes ($running_processes running)
  89. ${voffset 5}${goto 32}Highest: ${alignr 45}CPU${alignr}RAM
  90. ${voffset -5}${goto 32}${hr 1}
  91. ${voffset -1}${goto 32}${top name 1} ${goto 124}${top cpu 1}${alignr }${top mem 1}
  92. ${voffset -1}${goto 32}${top name 2} ${goto 124}${top cpu 2}${alignr }${top mem 2}
  93. ${voffset -1}${goto 32}${top name 3} ${goto 124}${top cpu 3}${alignr }${top mem 3}
  94. ${voffset -1}${goto 32}${top name 4} ${goto 124}${top cpu 4}${alignr }${top mem 4}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement